A.无参数 B.有返回值 C.无参无返回值 D.有参无返回值
A.有传入2个int型参数1个int型返回值 B.传入3个int型参数,无返回值 C.传入1一个int型参数 D.表示返回值类型为int型
A.多参数 B.无返回值 C.有返回值 D.无单数