mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-25 20:34:32 -08:00
Typo Fixes
This commit is contained in:
@@ -6,6 +6,6 @@ public class HighIQGame {
|
||||
do {
|
||||
new HighIQ(scanner).play();
|
||||
System.out.println("PLAY AGAIN (YES OR NO)");
|
||||
} while(scanner.nextLine().toLowerCase().equals("yes"));
|
||||
} while(scanner.nextLine().equalsIgnoreCase("yes"));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user