for(int a=1;a<=10;a++)
{
system.out.println(a);
}
How many times the following body of loop will eexecute
a.0
b.9
c.10
Answers
Answered by
0
C) 10.
Option c is the correct answer.
Similar questions