常见考试题 1. 下面四个选项宗,代码可以编译通过的是: A int i=10; B short s=300; C float f=10.6; D 函数 Public void printNumber(short arg){ System.out.println(arg); }