Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In assignment 1 you wrote a program that displayed a menu. Return to that program and modify your program to print out the name of
In assignment 1 you wrote a program that displayed a menu. Return to that program and modify your program to print out the name of the course that the student is adding to their calendar. Recall your menu looked like this: 1. CISC 101 2. CISC 102 3. CISC 121 4. CISC 124 5. CISC 181 Which course would you like to add to your calendar? 3 Add a print statement such as "You have added CISC 101 to your calendar" after the user makes a selection. If the user enters a value outside of the range of values for your menu (that is, less than 1 or greater than 5), let them know that they have made an invalid choice
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started