public class Testfloat2 { public static void main(String[] args) { float f = 32.0f; int a=f; System.out.println(a); } } //error