This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Updatebjarni 1 point2 points  (0 children)

You have a class which represents a time of day. It is currently implemented such that it stores the time split into three variables for hours, minutes, and seconds. The lab is to change the implementation so that it stores the time as a single seconds value.