Write a program that inputs two strings that represents a time of day using the format HH:MM:SS

Question:

Write a program that inputs two strings that represents a time of day using the format HH:MM:SS AM or PM and then outputs the time elapsed from the first to the second time in minutes and seconds.

For example, given the strings:

11:58:10 PM

12:02:15 AM

The program should output that the time elapsed is 4 minutes and 5 seconds.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: