algo.tex (456B)
1 \begin{itemize} 2 \tightlist 3 \item 4 have a function that reads time in hours, mins seconds 5 6 \begin{itemize} 7 \tightlist 8 \item 9 store the data in a struct that is passed by reference to the input 10 function 11 \end{itemize} 12 \item 13 make a function that adds 3 time values 14 15 \begin{itemize} 16 \tightlist 17 \item 18 make it check if a value is over 60 and add to the next col 19 \item 20 do this via dividing the total 21 \end{itemize} 22 \end{itemize}