The user must be able to enter the information for a number of bookings from the keyboard. Ask whether a booking must be made (Y or N). If a booking must be made, a random 3 digit flight number must be generated. The user must be asked to enter the type of seat, the price per seat and the number of seats to book. Example of input: Make a booking (Y or N)? :Y Type of seat (E or B): e Price per seat: 1200 Number of seats: 2 Make another booking (Y or N)? :y Type of seat (E or B): b Price per seat: 3400 Number of seats: 2 Make another booking (Y or N)? :y Type of seat (E or B): e Price per seat: 1400 Number of seats: 3 Make another booking (Y or N)? :y Type of seat (E or B): e Price per seat: 1300 Number of seats: 2 Make another booking (Y or N)? :y Type of seat (E or B): b Price per seat: 4500 Number of seats: 2 Make another booking (Y or N)? :n

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter4: Selection Structures
Section: Chapter Questions
Problem 14PP
icon
Related questions
Question
The user must be able to enter the information for a number of bookings from the keyboard. Ask whether a
booking must be made (Y or N). If a booking must be made, a random 3 digit flight number must be generated.
The user must be asked to enter the type of seat, the price per seat and the number of seats to book.
Example of input:
Make a booking (Y or N)? :Y
Type of seat (E or B): e
Price per seat: 1200
Number of seats: 2
Make another booking (Y or N)? :y
Type of seat (E or B): b
Price per seat: 3400
Number of seats: 2
Make another booking (Y or N)? :y
Type of seat (E or B): e
Price per seat: 1400
Number of seats: 3
Make another booking (Y or N)? :y
Type of seat (E or B): e
Price per seat: 1300
Number of seats: 2
Make another booking (Y or N)? :y
Type of seat (E or B): b
Price per seat: 4500
Number of seats: 2
Make another booking (Y or N)? :n
Transcribed Image Text:The user must be able to enter the information for a number of bookings from the keyboard. Ask whether a booking must be made (Y or N). If a booking must be made, a random 3 digit flight number must be generated. The user must be asked to enter the type of seat, the price per seat and the number of seats to book. Example of input: Make a booking (Y or N)? :Y Type of seat (E or B): e Price per seat: 1200 Number of seats: 2 Make another booking (Y or N)? :y Type of seat (E or B): b Price per seat: 3400 Number of seats: 2 Make another booking (Y or N)? :y Type of seat (E or B): e Price per seat: 1400 Number of seats: 3 Make another booking (Y or N)? :y Type of seat (E or B): e Price per seat: 1300 Number of seats: 2 Make another booking (Y or N)? :y Type of seat (E or B): b Price per seat: 4500 Number of seats: 2 Make another booking (Y or N)? :n
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr