有以下方法的定义,请选择该方法的返回类型( )。
ReturnType method(byte x, double y) {
Return (short)x/y*2;
}
A.byte B.short C.int D.double正确答案D
有以下方法的定义,请选择该方法的返回类型( )。
ReturnType method(byte x, double y) {
Return (short)x/y*2;
}
A.byte B.short C.int D.double正确答案D