in

If it works its not wrong right? /s

If it works its not wrong right? /s | loops-memes, for loop-memes, oop-memes, IT-memes | ProgrammerHumor.io
loops-memes, for loop-memes, oop-memes, IT-memes | ProgrammerHumor.io

Content

Write the necessary for loops to print out the following triangle 22 333 4444 55555 for (int j 0; j 1; j) System.out.println("1"); System.out.printIn("22"); System.out.printIn("333"); System.out.printIn("4444"). System.out.printIn("55555");