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

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

1 Expert Approved Answer
Step: 1 Unlock

Version 1 repeat for each customer enter the number of tickets ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Microsoft Visual C# Introduction Questions!