Design and implement an ADT that represents a calendar date. You can represent a date’s month, day, and year as integers (for example, 5/15/2011). Include operations diat advance the date by one day and provide two operations to display the date by using either numbers (05/16/2011) or words for the months (May 16, 2011). As an enhancement, include the name of the day.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.