Question: Create a Month class that has a single data member of month number. Include a member method that returns the name of the month and

Create a Month class that has a single data member of month number. Include a member method that returns the name of the month and another method that returns the number of days in the month. The ToString( ) method should return the name and number of days. Write a second class to test your Month class. The second class should allow the user to input a month number. Display the name of the month associated with the number entered and the number of days in that month. For this exercise, use 28 for February. If the user inputs an invalid entry, display an appropriate message.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Systems Analysis Design Questions!