Question: Problem 1 Design a C++program that prompt the user to select one of three television models, and provides a description of the models. The program

Problem 1 Design a C++program that prompt the user to select one of three television models, and provides a description of the models. The program display the model the user chooses, the description, and the price. In addition, the program:s should display a receipt for the user including TV's price, tax in dollars suppose a 11.5% of sale tax) and the total price of the purchase. If the user has a store reward card, the user will receive 40% off. The user should make a selection by model number. The user should be prompted with the following information: Model 1000: 27" 720p, $575 Model 2000: 42" 1080p, plasma TV, for $1075 Model 3000: 46 1080p LED HDTV for $1675 Display all features of the model selected. Do the solution code using a. if else if b. switch
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
