Question: This question is for JAVA. Write a program that inputs two strings that represents a time of day using the format HH:MM:SS AM OR PM
This question is for JAVA.
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 4minutes and 5 seconds.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
