问题详情
有以下方法的定义,请选择该方法的返回类型()。 ReturnType method(byte x, double y) { return (short)x/y*2; }
A. byte
B. short
C. int
D. double