Write Program Java Prompts Reads Integer Value Representing Number Minutes Program Determi Q43906994
Write a program in java that prompts for and reads an integervalue representing the number of minutes. Your program should thendetermine and print the number of years and days this numbercorresponds to. Sample output (user input in green):
Enter minutes as an int:
3456789
3456789 minutes is about 6 years and 210 days
Expert Answer
Answer to Write a program in java that prompts for and reads an integer value representing the number of minutes. Your program sho…
OR