help needed asap

4. Write a program using functions and the switch structure to determine the healthiest food store.
Build a menu, exactly, like the following menu:
1. McDonalds
2. Jack in the Box
3. Soup Plantation
4. Exit
The user inputs a number 1 or 2 or 3 or 4.
If the user types a 1 output to the monitor is “That’s right, Mac y Dee!
If the user types a 2 output to the monitor is “Yes, the guy with the big round head."
If the user types a 3 output to the monitor is “The best salads in town."
If the user types a 4 output to the monitor is “Thank you for choosing!”
closed account (48T7M4Gy)
http://www.cplusplus.com/doc/tutorial/
Topic archived. No new replies allowed.