Question: in C++ language Part 1 Write a program that accepts the number of the day of the week and displays the name of the corresponding
Part 1 Write a program that accepts the number of the day of the week and displays the name of the corresponding day. Assume Day 1 is Saturday, Day 2 is Monday, and so on. For example if you have entered 1 as your day number, the program should display "The day is Saturday." as the output (Use switch statement to solve the problem). Please insert the number of the day: 1 The day is Saturday
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
