Computer Science, asked by gakhikesh, 6 months ago

Write a Java program that accepts the minutes as input and convert them them into the corresponding number of hours and minutes

Answers

Answered by Anonymous
12

Answer:

To convert time to a number of hours, multiply the time by 24, which is the number of hours in a day. To convert time to minutes, multiply the time by 1440, which is the number of minutes in a day (24*60).

Similar questions