用户输入的等级只能是4-10。例如:如果输入4(有效输入),脚本将请求另一个级别。start calculating with any negative integer");
double sum = 0;
System.out.print("Input grade (4-10): ");
grade
现在,我已经学习了这次的DoWhile循环,但我的问题是扫描仪。我想以字符串的形式接收输入,但当我这样做时在do之外,它表示不能将y或yes解析为变量。一位朋友推荐了switch cases,你觉得呢?String a = sc.nextLine(); wow(); //My method name
}while(a == y); //Error is here