WJ 1103A Module1 Exercise2
WJ 1103A Module1 Exercise2
2. Create a class called DateThree with one variable containing a value from 1 to
7, where:
• The number 1 represents Monday (beginning of the week).
• The number 7 represents Sunday (end of the week).
4. Compile and execute your program using the provided DateThreeTest class
file.