Page 1 of 1

Homework Code 13 D Do While Problem Statement Write a complete program in C++ to have the user enter their status: S for

Posted: Tue Apr 12, 2022 10:21 am
by answerhappygod
Homework Code 13 D Do While Problem Statement Write A Complete Program In C To Have The User Enter Their Status S For 1
Homework Code 13 D Do While Problem Statement Write A Complete Program In C To Have The User Enter Their Status S For 1 (34.58 KiB) Viewed 27 times
write a program in c ++ to have the user enter . their status :s for student a for adults, 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 input for number to tickets . use do while loop
Homework Code 13 D Do While Problem Statement Write A Complete Program In C To Have The User Enter Their Status S For 2
Homework Code 13 D Do While Problem Statement Write A Complete Program In C To Have The User Enter Their Status S For 2 (34.58 KiB) Viewed 27 times
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.