Deliverables Submissions:
Week 1: Design - Turn in a UML diagram that includes a box that contains pseudo-code for each of the methods specified in ManagementCompany.java. Your pseudo-code should be part-way between English and Java. There is no need to spell out all the details of variable declaration, etc., but by the same token, the pseudo-code needs to have enough detail that a competent Java programmer could implement it.
Week 2: Submit two compressed files containing the following (see below):
Deliverable format: The deliverables will be packaged as follows. Two compressed files in the following formats:
LastNameFirstName_Assignment-.zip - compressed file containing the following:
- UML Diagram
- Learning Experience
- Anything else required by the rubric doc (a directory) containing your javadoc files
- SIC (a directory) contains your (Java) files
- File1.java (example)
- File2.java (example)
- File_Test.java (example)
LastNameFirstName_Assignment-_Moss.zip - compressed file containing only Java files (NO FOLDERS)
- File1.java (example)
- File2.java (example)