|
|
|
|
|
by colejohnson66
3516 days ago
|
|
> But instead with the status quo, we need to add this extra line of logic: > if twelveHour == 0 then twelveHour = 12 That's because humans naturally begin counting from 1, not 0. Mainly because we are counting objects, not adding an array index to a pointer. |
|
One inch is a displacement of "1" from the beginning. One hour is a displacement of "1" from the beginning. It's pretty stupid to arbitrarily call the beginning "12".