Computer Science, asked by ayushgamer68, 6 hours ago

dentify the error(s) in the following program:-




for(i=2;i<=20;i=i+2);
{
System.out.println(i);
}

I. i hasn't been declared.
II. s of System should be in small letters.
III. There should not be any ; after for loop
IV. i==2 should be there.​

Answers

Answered by 35rashikumari5b
0

Answer:

What is this which subject I am unable to understand sorry

Similar questions