Hey guys and girls, I have no idea where I am wrong with my solution. The code works perfectly fine. I tried to declare and initialize the lists seperately (e.g. ArrayList<Integer> list = new ArrayList<Integer>();) followed by value-input through the methods in the following lines. In this case IntelliJ IDEA tells me that the initialization is redundant. Even then the condition does not come true. Best regards, Mathis