how to convert float value 10.0 to integer 10 in java code example Example: convertir un float en int en java int bob = (int) 3.14; \\ bob = 3