Sammy’s Seashore Supplies rents beach equipment to tourists. In previous chapters, you developed a class that holds equipment rental information and an application that tests the methods using four objects of the class. Now modify the RentalDemo class to do the following:
. Continuously prompt for the number of minutes of each Rental until the value falls between 60 and 7,200 inclusive.
. For one of the Rental objects, create a loop that displays “Coupon good for 10 percent off next rental” as many times as there are full hours in the Rental.
Save the modified file as RentalDemo.java.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.