Home > Java > Programming Project 1258992835

Programming Project 1258992835

November 23rd, 2009

I am in need a java program that stores date values and prints out the date in either a pure numeric format or a name and number format.

Prorammer must leave several detailed comments in order to make the program easy to follow.

Instructions are copied below but are much easier to read in the attached word document.

The files must be named as follows: <NameDateDriver.java>.
Example: NameDateDriver.java (driver program)
Date.java (Date class file)
Ensure you include ALL files required to make your program compile and run.
I would like to see your .java files only.
Proper coding conventions required the first letter of the class start with a capital letter and the first letter of each additional word start with a capital letter.
Overall Requirements
Create a class named Date that stores date values and prints out the date in either a pure numeric format or a name and number format (see sample session for format details).
Date.java class file


Programming Project 1258992835

Categories: Java Tags: , , , , , ,
Comments are closed.
Bear