Question: Write a C++ program that prompts the user to select one of three television models and provides a description of the models. Use the switch

Write a C++ program that prompts the user to select one of three television models and provides a description of the models. Use the switch control structure to display the model, the description, and the price that the user chooses. The user enters model number and the corresponding output should be as shown below: Model 100: Remote control, timer, and stereo for $1000 Model 200: The same as Model 100, plus picture-in-picture, for $1200 Model 300: The same as Model 200, plus HDTV, flat screen, and a 16 x 9 aspect ratio, for $2400
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
