Question: solve using c++ please (URGENT) [3_pts] Exercise #2 (switch statement). Write a program that asks the users to enter the number of their birth month,
[3_pts] Exercise \#2 (switch statement). Write a program that asks the users to enter the number of their birth month, in which the users are born, between (1-12) through keyboard. The program then will print the month of the year's name on the screen. In case the user enters invalid value, the program will print Invalid input! Please enter month no. between 1-12 Hint: Use switch case CA Microsoft Visual Studio Debug Console Enter the number of month in which you are born (1-12): 12 December
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
