Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

please use C++ program. Write a program that calculates and prints the bill for an outdoor cinema. There are two plans: Seat Type Includes seat

image text in transcribed
image text in transcribed
please use C++ program.
Write a program that calculates and prints the bill for an outdoor cinema. There are two plans: Seat Type Includes seat plus food and drink pack Weekday Ticket Sunday to Wednesday Weekend Ticket Thursday to Saturday VIP 300 AED 350 AED Standard 130 AED 150 AED 1. Ask the user to login into his account by entering his/her account number. A valid account number must contain 4 digits. If the user inputs an invalid account number the user must re-enter the account Ask the user to enter a seat type (The user will enter v or V for VIP seat and s or S for Standard service). Any invalid input must be corrected by asking the user to re-enter. Ask the user to enter 'd' for a weekday and 'e' for a weekend. Any invalid input must be corrected by asking the user to re-enter. Ask the user if he/she would like to add food or drinks from the menu by entering "y" for yes and "n" for no Any invalid input must be corrected by asking the user to re-enter a) An additional 70 AED will be paid for an additional food and drink pack. v Print all the entered details to the screen Calculate the amount due and print it to the screen Vi Sample Run: Welcome to Uxb1 calculator Lox outdoor cinema ptease enter the Account Number 46472 - IGOTEO Please enter it again: 3690 Please enter a seat types V Please enter whether weekend weekday: E Do you want an additional food and drink packty OURENSE 30990 Beatt VIP Weekend OE weekday! Weekend Additional food and drink packy 420 ARD

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Data And Information Quality Dimensions, Principles And Techniques

Authors: Carlo Batini, Monica Scannapieco

1st Edition

3319241060, 9783319241067

More Books

Students also viewed these Databases questions

Question

What is DDL?

Answered: 1 week ago