Question
Movie Ticket Pricing In this assignment, we shall create an interactive movie ticketing app and write the pseudocode to accompany your work. The app continuously
Movie Ticket Pricing In this assignment, we shall create an interactive movie ticketing app and write the pseudocode to accompany your work. The app continuously shows the user a menu of items to pick from and calculates the total ticket price given the type of tickets chosen, the quantity of tickets, and the price per ticket. The application will work as follows: Show the user the menu of items to choose from for example, Select the type of ticket: 1 - Junior Tickets (Ages 6 and under) 2 - Senior Tickets (Ages 60 and above) 3 - All other 0 - Exit Application. If the user selects 1, 2 or 3, ask the user how many tickets of that type (Junior, Senior or Other) they want to purchase. Determine the total price for the tickets given the following: Junior price = $6.50 Senior Price = $7.50 Other Price = $10.50 Calculate and display the total price for the tickets to the user and show the user the menu again until the user types in 0 to exit the application.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started