Question: Solve in C++ (Please include comments) C++I. LAB. It is expected that after you finish all programming activities proposed in the Study Guide, for week
C++I. LAB. It is expected that after you finish all programming activities proposed in the Study Guide, for week 3 and 4, you will be able to create a solution to the following problem and implement it in CH+code. Theater Seating Prices. PROBLEM. Write a C++ program that will receive as inputs the number of seats sold per show per class. The program will allow you to see the highest and lowest sales per show per class. Example: Test your program with the following data for show 1: The user must enter the number of seats per class and per show. In this example: 30, 25, and 98. The program will calculate the sales per seat class and per show as indicated in the column sales. For show 1 the program must calculate the highest sales per show per class. In this example is $833. The program must calculate the lowest sales per show per class. In this example $250. TEST YOUR PROGRAM. Test your program with the data given for show1, show2, and show3. The data for two additional shows are shown in the following tables
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
