[ERROR]
The unary (~) operator was used with an illegal operand type.
float f= ~1.45;
There must be an operand of integer type for the unary (~) operator.