Hello coders! I have a question about why the 4th condition isn't checked, I did what it asked by doing this. else if (a == b && a == c && b==c){ System.out.println(a+" "+b+" "+c); } but it still would give me it back unchecked