invalid operands of types 'float' and 'int' to binary 'operator%'

Write out what you are expecting to see as the result of a float modulo 2. E.g. 134.62 % 2 = ? 134.63 % 2 = ?

Steve