Computer Science, asked by rajdeepsinghshikhaba, 2 months ago

Question. 8
To execute a loop 10 times, which of the
following statement does not satisfies?
Select from the Answers below
O for(i=0; i<10; i++)
for(i=3; i<=30; i=i+3)
for(i=6; i<=26; i=i+2)
O
None of these​

Answers

Answered by amansarrafas24payxgs
0

Answer:

for(int=6 ; i<=26; i=i+2) does not satisfy the loop to execute 10 times.

I hope you find it useful... If you have any query do comment, I will try to solve it...

Similar questions