Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In Chapter 11, the class date Type was designed to implement the date in a program, but the member function setDate and the constructor do
In Chapter 11, the class dateType was designed to implement the date in a program, but the member function setDate and the constructor do not check whether the date is a valid date before storing the date in the member variables. Rewrite the definitions of the function setDate and the constructor so that the values for month, day and year are checked before storing the date into the member variables. Add a member function, isLeapYear, to check whether a year is a leap year. Finally, write a test program to test the new class. help plz
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started