[Solved] With 3 number print 3 different case
You would have to do something like this as having an else if after an else for the same block will cause you issues. If this is not the behavior you are looking for please supply more info and I’ll try to help 🙂 int a, b, c; Scanner scan = new Scanner(System.in); System.out.println(“Inserire a”); … Read more