Computer Science, asked by prannu24, 7 months ago

20 Which of the following options is corred for the given predende
1. Integer j
2.
for(each j from 0 to 8)
3. if( j EQUALS 4)
4.
if( j+1 EQUALS 5)
5.
continue with next iteration
6.
end if
7.
end if
8.
print i
end for
9.
[Note: Continue-When a continue statement is encountered inside a loop, control jumps to the beginning of statements inside the body of the loop for the current iteration] ​

Answers

Answered by kartikey07
2

Answer:

8. option is the correct answer

Similar questions