Output ?? int a = 270; double b = 128.128; a = (int) b; System.out.println(b+” “+a);
128.128 270
128.128 128
128 128.128
Error