You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// its here cause the program jumps using continue, it never got entirely finished using the brackets as end of the loop so the new line never got printed
System.out.println();
for(int column=1;column<=10;column++)
{
if(row<column) // if row gets less than column then it will send the function to next row iteration