Question: can someone help how to do this in java? Write a program that will ask the user to enter the total number of seconds. The


Write a program that will ask the user to enter the total number of seconds. The method will print the number of hours, minutes and seconds. For example, if the numbers of seconds entered is: 4487: the output will be: 1 hour, 14 minutes, 47 seconds Write a program that declares and initializes a variable representing a made-up temperature in Fahrenheit degrees. The program will print to the screen both the Fahrenheit temperature and the equivalent Celsius temperature. For example, if temperature is set up to 36.5, a sample program output would be: Temp in Fahrenheit: 36.5, Temp in Celsius: 2.5 Fahrenheit temperature declaration and initialization Conversion to Celsius and printing both temperatures to the screen Input for seconds Correct output for 2nd question Code compilation Proper Indentation
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
