modify a program & programming project

f1bsf2bs
Unit 3: Decisions - Modify a Program





Type or open the source code named AverageScore.java on p.113.  Alter the program so that a message is displayed for a low score in addition to the existing message for a high score.



If the average is less than 60, display "You might need a tutor."

-----------------------------------------------------------------------------

 

 

Unit 3: Decisions - Programming Project





Chapter 3 Programming Project:  Ticket Sales

The Barton Box Office sells tickets to college events. Discounts are provided to groups based on the following scale:

Number of tickets                Discount

1-5                                       None

6-10                                     15%

11-15                                   20%

16-20                                   25%

21+                                      30%

Tickets cost $15 a piece (prior to any discount).  Write a program that asks for the number of ticket to purchase. Then calculate and display the amount of the discount (if any) and the total purchase price.

  • 11 years ago
  • 20
Answer(2)

Purchase the answer to view it

NOT RATED
  • assignment.java
  • capture.png
  • averagescore.java
  • 1.png
  • 2.png
  • 3.png

Purchase the answer to view it

NOT RATED
  • ticketsales.java
  • averagescore.java
Bids(1)