Forum: Computer Science Jan 14th, 2007 |
| Replies: 4 Views: 3,435 >>I think I will have to use a formula that will divide the number of seconds into hours, seconds into minutes, and the remainder will be seconds.
Yup, pretty close. You can use division, modulo,... |