判断题
float x=26f; int y=26; int z=x/y; 以上语句能正常编译和运行。
错误
判断题 if(true){int i=17;} System.out.println(i); 运行此程序的结果是输出17。
判断题 编译语句int aInt=66666不会出现编译错误。
判断题 编译语句Double aDouble=37.2D不会出现编译错误。