I DON'T GET THIS
project:
Many treadmills output the speed in miles per hour. However, most runners think of their pace in minutes and seconds per mile. Write a program that inputs a decimal value for miles per hour and converts the value to minutes and seconds per mile.
Sample input, output:
For input 5.5 mph, the output should be 10 minutes and 55 seconds per mile.
For input 4 mph, the output should be 15 minutes and 0 seconds per mile.
For input 3.1mph, the output should be 19 minutes and 21 seconds per mile.
Prompt the user for his or her name and use the name to personalize the output