Use JOptionPane in solving the following problems: 1.Write a program that declares a variable named inches as an input, which holds a length in inches. Display the value in feet and inches; for example, 86 inches becomes 7 feet and 2 inches. Save the program as InchesToFeet.java. 2. Write a program that accepts a number of minutes and converts it both to hours and days. For example, 6,000 minutes equals 100 hours and equals 4.167 days. Save the program as MinutesConversion.java.