Hey , for the past 1.5h I´m trying to find the answer. Now I´ve got it but i think there is an easier way. Can you help me find it ? public class Solution { public static void main(String[] args) { for (int i = 1; i<=10; i++) { if(i>=2){ // is there a better way for this line (do i need the if) ??!! System.out.println();} for (int j = 1; j<=10; j++) { // I didn´t post the last line. So it´s not the whole solution Thank you for helping me out. Have a nice day and stay Heathy :)