Preparing For Assignment Submit Example

Note that this is an example submit. Your actual directories will vary per the specific assignment write-up.


Add the following directories and empty files to your "Working directory" (any working directory on your computer):

	Yaping Deng
		Assignment 99
			Rectangle.java
			RectangleTest.java


Your actual directories will vary per the specific assignment write-up.













Submission Format:



Example

Assume programmers name is Fred Flintstone.
Assume this is Assignment #1.

Then your submission would be one file:

"Flintstone Fred.ZIP"

And the ZIP file would contain the following directories and files:
	-- Flintstone Fred
		-- Assignment1
			readme.txt
			-- Code
				??1.java
				??2.java


Where:

"--" indicates a directory
Otherwise item is a file
All your java source files (.java) should be in the "Code" subdirectory as shown.