a. Write a method heading for each method. b. Write preconditions and postconditions for each method. c. Write some Java statements that test the dlass. d. Implement the dass. e. List any additional methods and attributes needed in the implementa- tion that were not listed in the original design. List any other changes made to the original design. f. Write a program using the class you wrote for Part d that will be used to record sales for a concert. Your program should record phone sales, then sales at the venue. As tickets are sold, the number of seats remain- ing should be displayed. At the end of the program, display the number of tickets sold and the total sales amount for the concert.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
a. Write a method heading for each method.
b. Write preconditions and postconditions for each method.
c. Write some Java statements that test the class.
d. Implement the dass.
e. List any additional methods and attributes needed in the implementa-
tion that were not listed in the original design. List any other changes
made to the original design.
f. Write a program using the class you wrote for Part d that will be used
to record sales for a concert. Your program should record phone sales,
then sales at the venue. As tickets are sold, the number of seats remain-
ing should be displayed. At the end of the program, display the number
of tickets sold and the total sales amount for the concert.
Transcribed Image Text:a. Write a method heading for each method. b. Write preconditions and postconditions for each method. c. Write some Java statements that test the class. d. Implement the dass. e. List any additional methods and attributes needed in the implementa- tion that were not listed in the original design. List any other changes made to the original design. f. Write a program using the class you wrote for Part d that will be used to record sales for a concert. Your program should record phone sales, then sales at the venue. As tickets are sold, the number of seats remain- ing should be displayed. At the end of the program, display the number of tickets sold and the total sales amount for the concert.
Consider a class ConcertPromoter that records the tickets sold for a perfor-
mance. Before the day of the concert, tickets are sold only over the phone.
Sales on the day of the performance are made only in person at the concert
venue. The class has the following attributes:
• The name of the band
• The capacity of the venue
The number of tickets sold
• The price of a ticket sold by phone
• The price of a ticket sold at the concert venue
• The total sales amount
It has methods to
• Record the sale of one or more tickets
• Change from phone sales to sales at the concert venue
• Return the number of tickets sold
Return the number of tickets remaining
• Return the total sales for the concert
Transcribed Image Text:Consider a class ConcertPromoter that records the tickets sold for a perfor- mance. Before the day of the concert, tickets are sold only over the phone. Sales on the day of the performance are made only in person at the concert venue. The class has the following attributes: • The name of the band • The capacity of the venue The number of tickets sold • The price of a ticket sold by phone • The price of a ticket sold at the concert venue • The total sales amount It has methods to • Record the sale of one or more tickets • Change from phone sales to sales at the concert venue • Return the number of tickets sold Return the number of tickets remaining • Return the total sales for the concert
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Function Calling
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
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education