Page 1 of 1

Implement a simple Date class. You should be able to represent any date from January 1, 1800, to December 31, 2500; subt

Posted: Fri Jul 08, 2022 6:39 am
by answerhappygod
Implement a simple Date class. You should be able to representany date from January 1, 1800, to December 31, 2500; subtract twodates; increment a date by a number of days; and compare twodates.
should be a private class for all
JAVA program