Archive for the ‘Stage technician’ Category
Concert Floor Manager

How would I write a C++ program to do this?
a concert hall has three seating categories: orchestra, main floor, and balcony. orchestra seats are $25. main floor seats are $30 and balcony seats are $15. the manager wants a program that allows him to enter the number of tickets sold in each seating category. the program should calculate and display the amount of revenue generated by each seating category, as well as the total revenue
How would I write it in C++?
You would prompt for the number of tickets sold in each category, then calculate the revenue earned in each category and display it, and then calculate the total revenue and display it. It’s basically just:
1) Prompt for orchestra seats sold.
2) Prompt for main floor seats sold.
3) Prompt for balcony seats sold.
4) Calculate money earned from orchestra seats and display.
5) Calculate money earned from main floor seats and display.
6) Calculate money earned from balcony seats and display.
7) Calculate total earned and display.
Acoustic 5 – Funke and the Two-Tone Baby
You are currently browsing the archives for the Stage technician category.
Subscribe to our Newsletter