Nested for loops.
for (int i = 1; i <=12; i++) { for (int j = 1; j <= 12; j++) { System.out.printf("%d * %d = %d\n", i, j, i*j); } }
This is the second day I've woken up early. Like way earlier than normal. Like four am early. I don't know what to do about it. I n...
No comments:
Post a Comment