Write a program in C++, which asks the user to enter time as (number of hours, minutes, seconds), then calculate the total number of seconds for the entered time. Display the results by repeating the number of hours, minutes, seconds the user entered and then calculate total number of seconds.
Comments
Leave a comment