I have programmed all night long and I can't find a mistake anymore :/ :/ If intro == 1 or 2 then do this and that.. and if intro != 1 or 2 then ask number again, till the number is 1 or 2... I can't find the mistake :/
do{
System.out.println("Enter number: ");
Scanner scanintro = new Scanner(System.in);
intro = scanintro.next();
}while (intro == ("1")|| intro == ("2"));