Question: What kind of error produced by following code. public class Test { public static void main (String [] args) { int i = 0;
What kind of error produced by following code. public class Test { public static void main (String [] args) { int i = 0; while (i < 10) { System.out.println ("Welcome to Java!"); } } a. Compile error b. Run-time error c. Loop error d. No error e. Logical error
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
The detailed answer for the above question is provided below ... View full answer
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
