[单选题]
下列程序的执行结果是 public class Testii { public static void main(String args[ ]) { byte y=4; long r=80L; System.out.pfinfln(r/y); } }
A.20 B
B.20
C.20
D.编译错误
参考答案与解析: