有以下方法的定义,请选择该方法的返回类型( )。ReturnType method(byte x, double y) { return (short)x/y*2; } A、byte; B、short; C、int; D、double 发布时间:2025-06-07 13:31:27