Write a Java program to sell a limited number of cinema tickets. Each person can buy up to 4 tickets, where the number of available tickets is 100. Your program should do the following: 1. Prompt the user for the number of tickets to buy. 2. Display the number of remaining tickets. 3. Repeat the above steps until all tickets have been sold. 4. Display the total number of buyers. Invalid testing: (1) If the number of tickets to buy is more than 4, then print a message that the maximum tickets to buy is 4. (2) If the number of tickets to buy is more than the available tickets, then print a message that there are no enough tickets available

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter5: Control Structures Ii (repetition)
Section: Chapter Questions
Problem 21PE
icon
Related questions
Question

Write a Java program to sell a limited number of cinema tickets. Each person can buy up
to 4 tickets, where the number of available tickets is 100. Your program should do the
following:
1. Prompt the user for the number of tickets to buy.
2. Display the number of remaining tickets.
3. Repeat the above steps until all tickets have been sold.
4. Display the total number of buyers.
Invalid testing:
(1) If the number of tickets to buy is more than 4, then print a message that the
maximum tickets to buy is 4.
(2) If the number of tickets to buy is more than the available tickets, then print a
message that there are no enough tickets available

Expert Solution
steps

Step by step

Solved in 2 steps with 5 images

Blurred answer
Knowledge Booster
Random Class and its operations
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning