has me a little perplexed as to where to begin. Is it possible that the information I'm receiving is causing me confusion? I don't know for sure. The program must be written in pseudocode. "Seating is divided into three parts in a theater. Section A tickets cost $20 each, section B seats cost $15 each, and section C seats cost $10 each, according to the price list. Three sections of seating are available: Section A has 300 seats, 500 seats, and 200 seats. For each section, design a program that asks for the number of tickets sold, and then displays the total amount of money earned from ticket sales for each part. The numbers in each part should be checked by the software." Assuming I'm correct, I'm not sure where to begin the software. I'm not sure what variables to declare or whether I even need to declare any before the "While" loop if any are required.
This software has me a little perplexed as to where to begin. Is it possible that the information I'm receiving is causing me confusion? I don't know for sure. The
"Seating is divided into three parts in a theater. Section A tickets cost $20 each, section B seats cost $15 each, and section C seats cost $10 each, according to the price list. Three sections of seating are available: Section A has 300 seats, 500 seats, and 200 seats. For each section, design a program that asks for the number of tickets sold, and then displays the total amount of money earned from ticket sales for each part. The numbers in each part should be checked by the software."
Assuming I'm correct, I'm not sure where to begin the software. I'm not sure what variables to declare or whether I even need to declare any before the "While" loop if any are required.
Step by step
Solved in 2 steps