Question: Using only the instructions shown in Figure 1-12, write two versions of an algorithm that displays the total amount each customer owes for concert tickets.
Using only the instructions shown in Figure 1-12, write two versions of an algorithm that displays the total amount each customer owes for concert tickets. Be sure to indent the instructions appropriately.

calculate the amount owed by multiplying the number of tickets by $35 display the amount owed display the message "You can purchase up to 4 tickets only." else end if end repeat enter the number of tickets if (the number of tickets is greater than 4) if (the number of tckets is less than or equal to 4) repeat for (each customer) Figure 1-12
Step by Step Solution
3.56 Rating (170 Votes )
There are 3 Steps involved in it
Version 1 repeat for each customer enter the number of tickets ... View full answer
Get step-by-step solutions from verified subject matter experts
