Question: 2 3 . ( 2 5 Points ) Write a program that displays an options menu to the user as shown below. The program should
Points Write a program that displays an options menu to the user as shown below. The program should ask the user to enter a string. The user can then select an option to perform one of the various tasks shown below. Use a switch statement to handle the menu options. Include a default case to handle invalid input. You should have a dowhile loop where the termination condition is when the user enters option If the user enters then encrypt the string similar to how we did in problem Option converts the string to all lowercase. Option converts the string to all uppercase. Option lets the user enter a new string. Option quits the program. Show your source code and a screenshot of your program output.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
