Home > Programming > Lastnamefirstnamedatedriver.ja

Lastnamefirstnamedatedriver.ja

February 17th, 2010

Directions

The files must be named as follows: <LastNameFirstNameDateDriver.java>.

Example: DeweyKenDateDriver.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

Date objects should store the date in two int instance variables


Lastnamefirstnamedatedriver.ja

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