Question: 1- Describe the error in the following code excerpt. for (int i = 1; i = 10; i++) System.out.println(This is the loop body); 2-

1- Describe the error in the following code excerpt. for (int i = 1; i = 10; i++) System.out.println("This is the loop body"); 2- Change the code such that when it runs, the print statement is executed 10 times. Activate Window
Step by Step Solution
There are 3 Steps involved in it
1 The error in the code excerpt is in the condition of the for loop In... View full answer
Get step-by-step solutions from verified subject matter experts
