Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
I have a project that i am having problems with, an you help please.?
I have a project that i am having problems with, an you help please.?
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.
import java.util.Scanner;
public class MinutesConversion
{
public static void main(String[] args)
{