Question: Exercise 1 Write a C++ program that asks a student to input a letter denoting the day of the week, then prints which final exam

Exercise 1 Write a C++ program that asks a student to input a letter denoting the day of the week, then prints which final exam they have on that day. Use switch-case structure. If the student inputs an invalid letter, the program should tell the student to relax. Code: Exercise 2 Write a C++ program that asks the user to input a character C and a number N, then prints the character N number of times. Code
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
