float to boolean Java

The data type boolean is incompatible for converting into any other data type. That is, a boolean value cannot be converted (or assigned to) into any other data type like char, int, float, short etc. The maximum permitted is one boolean can be assigned to another boolean, that is all. so, float to boolean is …

float to boolean Java Read More »