|
|
|
|
This program is supposed to take 2 times in military format(24:60:60), |
add them together, and store all 3 values in struct |
All the cin/cout statements are supposed to be in main, |
and the math should be done in a function which should "pass" the answer back. |
Time add_time(Time time1, Time time2);
|
|