this should work right now (I ADDED SOME COMMENTS IN YOUR CLASS WHEN I CHANGED IT)




public static boolean doAgain(String output) {
boolean repeat = true;
String response; //I...