You can use Modulo function(your integer to top input and 2 to the bottom) to get the remainder of the integer when it is divided by 2. If the result is greater than 0 it means the integer was an odd number.

You can use Modulo function(your integer to top input and 2 to the bottom) to get the remainder of the integer when it is divided by 2. If the result is greater than 0 it means the integer was an odd number.
