在 java 里面定义年龄18的时候用 float 定义也是输出成功了的
public static void main(String[] args) {
float num=18;
System.out.println(num);
}
请问为什么这样也能成功输出呢?
不可以,float是浮点小数