Hi, I have this code but for some reason the nextLine() does not get executed, any ideas on why? Any help would be great, thanks.
public static void menu() {
Tester getQuestion = new Tester();
Scanner input = new Scanner(System.in);
while(Quit == false) {...