Define a class to represent a date. Your class should have three data members: month, day, and year. Include a complete set of accessors, mutators, constructors, and additional functions to:
• print a date as month/day/year (10/1/1999)
• print a date as month day, year (October 1, 1999)
Draw an UML class diagram and write a driver to test your class.
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.