Ask Question
13 April, 06:48

Your time machine is capable of going forward in time up to 24 hours. the machine is configured to jump ahead in minutes. to enter the proper number of minutes into your machine, you would like a program that can take a start time (in hours, minutes, and a boolean indicating am or pm) and a future time (in hours, minutes, and a boolean indicating am or pm) and calculate the difference in minutes between the start and future time. a time specified in your program with three variables: int hours, minutes; bool isam; for example, to represent 11:50 pm, you would store:

+2
Answers (1)
  1. 13 April, 07:21
    0
    1,440 is the simplified answer. 24x60=1,440
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Your time machine is capable of going forward in time up to 24 hours. the machine is configured to jump ahead in minutes. to enter the ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers