Ich benutze die ScannerMethoden nextInt()und nextLine()zum Lesen von Eingaben. Es sieht aus wie das: System.out.println("Enter numerical value"); int option; option = input.nextInt(); // Read numerical value from input System.out.println("Enter 1st string"); String string1 = input.nextLine();...