Re: [Tutor] Re: Basic terminology

2005-02-16 Thread Bill Mill
On Wed, 16 Feb 2005 11:34:55 +0100, Roel Schroeven <[EMAIL PROTECTED]> wrote: > Bill Mill wrote: > > However, where will it be pointing in 16 hours? Well, in 12 hours it > > will be at the one, then four more hours later it will be pointing at > > the five. This can be represented as: > > > > 1 + (

[Tutor] Re: Basic terminology

2005-02-16 Thread Roel Schroeven
Bill Mill wrote: > However, where will it be pointing in 16 hours? Well, in 12 hours it > will be at the one, then four more hours later it will be pointing at > the five. This can be represented as: > > 1 + (16 % 12) = 1 + 4 = 5 Correcter is (1 + 16) % 12 = 17 % 12 = 5 > In general, the hour a