Hi guys! total beginner here at java and need some help or guidance, I have the basic skeleton of code for this problem but am at a lost to actually knowing what to put down for the "equation". Maybe you guys can help me out?
Sammy's Seashore Suppliers rents beach equipment such as kayaks, canoes, beach chairs, and umbrellas to tourists. Write a program that prompts the user for the number of minutes he rented a piece of equipment. Compute the rental cost as $40 per hour plus $1 per additional minute. Then display the hours, minutes, and total price. Save the file as SammysRentalPrice.java
This is what I came up with so far: