Hi, I meet all conditions except the last one since I am not sure how to do it. I tried to do something like this after the if - statement but it did not work as I hoped. Therefore I deleted it from the code below. So, still I am stuck with how to meet the last condition.
else if (strings.get(i).length() == longest_String.length()) {
                System.out.println(strings.get(i));
                System.out.println(longest_String);
            }
Thanks.