Home /
Expert Answers /
Computer Science /
rearrange-the-following-lines-of-code-to-produce-a-operator-that-is-a-member-tunction-of-the-rime-pa193
(Solved): Rearrange the following lines of code to produce a - operator that is a member tunction of the rime ...
Rearrange the following lines of code to produce a - operator that is a member tunction of the rime class. Return the total minutes between the two Time objects. Not all lines are useful. How to use this tool v time.cpp ? Load default template... \#include "time.h" Time: : Time( ) \{ hours =0; minutes =0; \} Time: : Time(int h, int m ) \{ hours =h; minutes =m; \} int Time: :get_hours() const \{ return hours; \} int Time: :get_minutes() const \{ return minutes; \}