Question: Write a C++ program that performs the following tasks: - Input a month as a number from the user (10 points) - Implement a switch
Write a C++ program that performs the following tasks: - Input a month as a number from the user (10 points) - Implement a switch statement based on month (40 points) - For each case, print the name of the month and the number of days in that particular month (40 points) - The default case should display an invalid input value (10 points)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
