Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Using c++ Exercise 2: more branches Your goal is to build a simple menu system: Ask the user What do you want to do tonight?,
Using c++
Exercise 2: more branches Your goal is to build a simple menu system: Ask the user "What do you want to do tonight?", with the options a. Go to the movies (Response: "I know just the movie to seel") b. Eat out (Response: "Great! I've been wanting to try that new Tuvaluan restaurant!") c. Hang out at the Mall (Response: "You bring the cashl") d. Go watch the Dodgers (Response: "Take me out to the ball game...") Any other choice should get the response: "Nothing suits you, then? I guess we'll just stay and programI" Your menu must be "user friendly" -i.e. it should understand either 'a'or A'as a user input. Use compound boolean expressions to handle this. DO NOT USE A SWITCH STATEMENT!! DO NOT copy and paste from Google Docs or any other fancy word editing program. Not al characters translate easily and sometimes there are hidden characters. This is especially true for characters like apostrophes 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