该行有多个标记
赋值的左侧必须是变量
语法错误,插入AssignmentOperator Expression
以完成作业
语法错误,请插入“;” 完成声明
public class TestClass {
public static void main(String [] args) {
int n;
int numberofInputs;
int Sum;
Scanner input = new Scanner(System.in);
while ((n = input.nextInt()) !=0) {
if(n>0) {
Sum +=n;
numberofInputs++;
}
else (n<0) { //line 17 errors
System.out.print("error");
}
}
//avg = sum/n
System.out.print(Sum/numberofInputs);
}
}
噜噜哒
海绵宝宝撒
回首忆惘然
相关分类