> I want to be able > to test whether n is odd with `if ( n % 2 == 1 ) ...'
I wonder if that is whay Wirth defined a function ODD(x) which returns a boolean?
> I want to be able > to test whether n is odd with `if ( n % 2 == 1 ) ...'
I wonder if that is whay Wirth defined a function ODD(x) which returns a boolean?