Posted by John on Monday, June 20, 2011 at 10:05pm.
Assistance needed.
Please type your subject in the School Subject box. Any other words, including obscure abbreviations, are likely to delay responses from a teacher who knows that subject well.
Here's a pseudocode that could help you:
Input: number of tickets sold in each category.
Output: total revenue generated
Data:
Class A seats cost $15=A,
Class B cost $12.=B
Class C seats cost $9.=C
Start:
a <- Enter # of seats sold for class A
b <- ....
c <- ...
Calculate
total<- A*a+B*b+C*c
output total
Related Questions
logic and design - . Design a modular program that asks how many tickets for ...
C# Programming - There are three seating categories at an athletic stadium. For ...
Trig - The first 40 rows of seating in a certain section of a stadium have 25 ...
math - The stadium capacity allows for players, radio and newspaper reporters, ...
math please help imedietely - The stadium capacity allows for players, radio ...
algebra 2 - A stadium has 49,000 seats. Seats sell for 25 dollars in Section A, ...
complex numbers - 115 cis 45* 3 solutions = 120* apart Are these correct? 115 ...
complex number ~ - thanks BOB =) *HUGS* 115 cis 45* 3 solutions = 120* apart Are...
math - Determine the seating capacity of an auditorium with 10 rows of seats if ...
arithmetic - PLEASE I REALLY NEED HELP WITH THIS The seats at a local baseball ...
For Further Reading