代码如下:
int i=10;
float f=10.0f;
System.out.print(i==f);请教各位答案是什么?为什么?