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: