3 回答

fr鲁晗
TA贡献4条经验 获得超5个赞
main函数的方法体少了个大括号,加上即可。
public static void main (String[] args){
float a;
float b;
}
添加回答
举报
0/150
提交
取消