Write a program to read two integers with the following significance. The first integer value represents a time of day on a 24-hour clock, so that 1245 represents quarter to one mid-day, for example. The second integer represents a time duration in a similar way so that 345 represents three hours and 45 minutes. This duration is to be added to the first time, and the result printed out in the same notation, in this case, 1630 which is the time 3 hours and 45 minutes after 12:45. Another example is given below.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter5: Control Structures Ii (repetition)
Section: Chapter Questions
Problem 21PE
icon
Related questions
Question

Write a program to read two integers with the following significance. The first integer value represents a time of day on a 24-hour clock, so that 1245 represents quarter to one mid-day, for example. The second integer represents a time duration in a similar way so that 345 represents three hours and 45 minutes. This duration is to be added to the first time, and the result printed out in the same notation, in this case, 1630 which is the time 3 hours and 45 minutes after 12:45. Another example is given below.


Example:
Enter in a start time: 1415
Enter in a duration: 50
End time is: 1505

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Constants and Variables
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning