Math, asked by kinjaldas999, 7 months ago

How many times the following loop
will rotate
for (int a = 0; a <= 20; a+=2)
{ a ++;
a --; }​

Answers

Answered by vaibhavsingh3633
0

Answer:

the loop will rotate 40 times

Answered by harshraj02009
0

Answer:

the loop rotate 40 times

Similar questions