I’m a beginner with solving problems in C++, and I’m having a hard time for getting the right code of calculating time. I’m trying to
1. Prompt the user to enter in a starting time in 24 hour format
2. Get the user input as a single integer
3. Prompt the user to enter in an ending time in 24 hour format
4. Get the user input as a single integer
5. Calculate the new ending time
6. Print out the new ending time
I would really be grateful if somebody can help me.