This simply uses the and bitwise operator to check if a number is even or odd. The operator converts the number to a binary number and user the rightmost number. if the rightmost digit is one, the number is said to be odd. If the rightmost digit is Zero, the number is said to be even.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)