Write Program Asks User Enter Number Seconds 60 Seconds Minute Number Seconds Entered User Q43892383
Write a program that asks the user to enter a number ofseconds.
* There are 60 seconds in a minute. If the number of secondsentered by the user is greater than or equal to 60, the programshould display the number of minutes in that many seconds.
* There are 3,600 seconds in an hour. If the number of secondsentered by the user is greater than or equal to 3,600, the programshould display the number of hours in that many seconds.
*There are 86,400 seconds in a day. If the number of secondsentered by the user is greater than or equal to 86,400, the programshould display the number of days in that many seconds.
*Submit in Java Format
Expert Answer
Answer to Write a program that asks the user to enter a number of seconds. * There are 60 seconds in a minute. If the number of se…
OR