March 15, 200223 yr Newbies Is there a simple calculation which can evaluate whether a number is odd or even?
March 15, 200223 yr Mod(number,2) returns a zero if the number is even and a 1 if the number is odd. -bd
Create an account or sign in to comment