how to check if a variable is odd code example Example: how to check if number is even if ( n % 2 == 0 ) { // n is even } else { //otherwise odd }