有以下方法的定义,请选择该方法的返回类型()。
A: turnTypemethod(bytex,doubley)
B: turn(short)x/y*2;
C: byte
D: short
E: int
F: double
A: turnTypemethod(bytex,doubley)
B: turn(short)x/y*2;
C: byte
D: short
E: int
F: double
举一反三
- 有以下方法的定义,请选择该方法的返回类型_________ method(byte x, double y) { return (short)x/y*2; } A: byte B: short C: int D: double
- 有以下方法的定义,ReturnTypemethod(bytex,floaty){return(short)x/y*2;}请选择该方法的返回类型()。 A: byte B: short C: int D: float
- 有以下方法的定义,请选择该方法的返回类型 _________ method(byte x, double y) { return (short)x/y*2; }
- 有以下方法的定义,请选择该方法的返回类型为____。<br/>________method ( byte x, double y ) {<br/>return ()x/y*2;<br/>} A: byte B: short C: int D: double
- 有以下方法的定义,请选择该方法的返回类型 ReturnType method(byte x, double y) {return (short)x/y*2; }