北京交通大学 / JAVA语言设计
正确率:100%
下列方法定义中,正确的是()
A.int x(){ char ch='a'; return (int)ch; }
B.void x(){ ...return true; }
C.int x(){ ...return true; }
D.int x(int a,b){ return a+b; }
参考答案:
佳题速递: