Homework Code 13 D Do While Problem Statement Write a complete program in C++ to have the user enter their status: S for
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Homework Code 13 D Do While Problem Statement Write a complete program in C++ to have the user enter their status: S for
Homework Code 13 D Do While Problem Statement Write a complete program in C++ to have the user enter their status: S for student, A for adult, R for Retired. Use a loop to get valid user input for status. Have the user enter the number of tickets they wish to purchase. Use a loop to get valid user input for number of tickets. Event Tickets for Adults is $60.00 per ticket, and the price for Students is $35.00 per ticket and price for Retired adults (R) is $ $45.00 Calculate the total cost for the purchase. Output all amounts, itemized and clearly labeled.