Starting from:

$20

CSCI212- Project 4 Solved

Modify the toString method in Date212 

Modify the toString method in Date212 so it includes the day of the week. For example,

       20211203

Would be printed as

       Friday, December 3, 2021

There is an algorithm call Zeller’s Congruence that will provide a numeric value (e.g., 0 = Sunday) given a month, day and year as specified.

You may use Google to find this algorithm.

Submit all necessary source code files (i.e., Java files.)

 

More products