Answer the following question :
You need help with a question for Java. You have to write a program that accepts a number of minutes and converts it to both hours and days.
import java.util.Scanner;
public class MinutesConversion
{
it has to test 1024 minutes with a result of 17.06 and 0.71
525600 with result of 8760.0 and 365.0
and 234 minutes with a result of 3.9 and 0.1625