int main() { /* / Declare an object of type Time, name it whatever you want to. / Use a single functions from the Time class to do each of the / following. Do not use the setTime() function. /* // set ONLY the hour to 1 // set ONLY the minute to 25 // set ONLY the second 0 // print the time using your Time object return 0; }