Question: write it in c++ please Problem 1 Time in Hours, Minutes, and Seconds Given a positive integer as the number of seconds, for example 7322
Problem 1 Time in Hours, Minutes, and Seconds Given a positive integer as the number of seconds, for example 7322 is seven thousands, three hundreds, and twenty two. Write a program to print as output the equivalent time in hours, minutes and seconds. Sample input/output: Please input the number of seconds: 7322 7322 seconds is equivalent to 2 hours, 2 minutes, and 2 seconds
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
