Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

Java: Theater Revenue (https://www.chegg.com/homework-help/starting-out-with-java-6th-edition-chapter-12-problem-5PC-solution-9780133957068) A movie theater only keeps a percentage of the revenue earned from ticket sales. The remainder goes to the movie company.

Java: Theater Revenue (https://www.chegg.com/homework-help/starting-out-with-java-6th-edition-chapter-12-problem-5PC-solution-9780133957068) A movie theater only keeps a percentage of the revenue earned from ticket sales. The remainder goes to the movie company. Create a GUI application that allows the user to enter the following data into text fields: Price per adult ticket Number of adult tickets sold Price per child ticket Number of child tickets sold The application should calculate and display the following data for one nights box office business at a theater: Gross revenue for adult tickets sold. This is the amount of money taken in for all adult tickets sold. Net revenue for adult tickets sold. This is the amount of money from adult ticket sales left over after the payment to the movie company has been deducted. Gross revenue for child tickets sold. This is the amount of money taken in for all child tickets sold. Net revenue for child tickets sold. This is the amount of money from child ticket sales left over after the payment to the movie company has been deducted. Total gross revenue. This is the sum of gross revenue for adult and child tickets sold. Total net revenue. This is the sum of net revenue for adult and child tickets sold.

Assume the theater keeps 20 percent of its box office receipts. Use a constant in your code to represent this percentage. Use JTextField and JLabel for required input. You may want to use JCheckBox to determine which charges apply. Use the Brandi Bagel House example to get yourself started. The only thing that main method should do is to create an instance of your GUI class. Please comment code thoroughly and mention if there is code that should be placed in separate files.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions