Question: Fill in the following blanks so that the for loop prints out multiples of 3 from 0 to 21 backwards inclusively. for ( ; ;
Fill in the following blanks so that the for loop prints out multiples of 3 from 0 to 21 backwards inclusively.
for ( ; ; ) { System.out.println(i); }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
