Java程序中设有int cla(int a,int b){return a b}和 double cla(doub a,double b){return a-b}方法,如果传入的参数分别是3.5和2.5,则调用方法得到的结果是()。
A.0
B.1
C.5
D.6
正确答案:1
猜你喜欢