Please use Java and that the code is readable after pasting orshow a screenshot of the code.
Question 2: Write the code for a nested for-loop that prints the following outputs. You should be able to do it with either a single for-loop or a nested for-loop for each of the outputs. Output 1: 0 3 6 9 12 15 1 2 5 8 2 3 4 11 14 17 Output 2: The first row is empty! 4600 4 7 10 13 16 19 8 6 9 12 15 18 21 9 12 16
Please use Java and that the code is readable after pasting or show a screenshot of the code.
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am