Write a program that accepts a time as an hour and minute. Add 15 minutes to the time, and output the result.
Example 1:
Enter the hour: 8
Enter the minute: 15
It displays:
Hours: 8
Minutes: 30
Example 2:
Enter the hour: 9
Enter the minute: 46
Hours: 10
Minutes: 1
Please fix the following input errors: