float x = 2.1; int y = 2; boolean trf = x > y; System.out.println(trf);
输出:
您可以输入类型转换。创建一个新的变量:
yFloat = (float) y;
然后将新的yFloat用作y。