Question: PROBLEM 2 Write a program to calculate the number of hours since midnight. Ask the user to enter the number of seconds since midnight. Calculate

PROBLEM 2 Write a program to calculate the number of hours since midnight. Ask the user to enter the number of seconds since midnight. Calculate and display the time, including hour, minute, second and AM/PM. [Hint: Review truncating division and modulus operator in Lesson 02. You probably need to use them.] The following are some examples. Enter number of seconds since midnight: 3725 The time is 1 2 5 AM Enter number of seconds since midnight: 86339 The time is 11 58: 59 PM Enter number of seconds since midnight: 440 The time is 12 7 20 AM Enter number of seconds since midnight: 44097 The time is 12 14 57 PM
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
