Write a program that accepts a number of minutes and converts it both to hours and days. For… 1 answer below »
Write a program that accepts a number of minutes and converts it both to hours and days. For example, 6000 minutes equals 100 hours and equals 4.167 days. Save the class as MinutesConversion.java.