[solved] – Question 98849
Write a program that accepts a time as an hour and minute. Add 15 minutes to the time, and output the result.
Example 2:
Enter the hour: 9
Enter the minute: 46
It displays:
Hours: 10
Minutes: 1
Expert Answer
OR
Write a program that accepts a time as an hour and minute. Add 15 minutes to the time, and output the result.
Example 2:
Enter the hour: 9
Enter the minute: 46
It displays:
Hours: 10
Minutes: 1
OR