Scanner keyboard = new Scanner(System.in); int q=1; System.out.println("Enter the number of operands (in range 2-10):"); } while ((operands<2) || (oper
现在,我已经学习了这次的DoWhile循环,但我的问题是扫描仪。我想以字符串的形式接收输入,但当我这样做时在do之外,它表示不能将y或yes解析为变量。一位朋友推荐了switch cases,你觉得呢?String a = sc.nextLine(); wow(); //My method name
}while(a == y); //Error is here