Computer Science, asked by swastikpathania, 4 months ago

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 hassan911ee
0

C) 10.

Option c is the correct answer.

Similar questions