Newbies lake_shore Posted March 15, 2002 Newbies Posted March 15, 2002 Is there a simple calculation which can evaluate whether a number is odd or even?
LiveOak Posted March 15, 2002 Posted March 15, 2002 Mod(number,2) returns a zero if the number is even and a 1 if the number is odd. -bd
Recommended Posts
This topic is 8291 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now