单项选择题
public (1) abc(int a,int b){
System.out.println(a+b);
return (a+b);
}
程序正确运行,(1)处应该填入( )
A、void
B、static
C、int
D、 String
点击查看答案&解析
相关考题
