Question: Update the below code to output the even values of i, but three numbers per line. int i = 0; while(i
Update the below code to output the even values of i, but three numbers per line. int i = 0; while(i <=120); { System.out.println(i); i++; }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
