我对 Java 还很陌生。抱歉,如果这是一个蹩脚的问题。我有这段代码。显然这并不是事情的全部。
char option = scan.next().charAt(0);
for (option !='a'||option !='b'||option !='c'||option !='d'||option !='e'||option !='f'||option !='q') {
System.out.println("Please pick an option from the menu above");
}
int lengthOne = stringOne.length(); //Getting the lengths for each string
int lengthTwo = stringTwo.length();
if (option == 'a'|| option == 'A') { //If the user inputs a
if (lengthOne == lengthTwo) { //If both lengths are equal
System.out.println("The strings are the same length");
}
寻找一些关于我应该在这段代码中使用哪个循环的建议。选项将是 AF,然后是 Q 退出。
千巷猫影
吃鸡游戏
心有法竹
相关分类