Computer Science, asked by niloferkhatoon2, 1 month ago

How many times will the following loops execute?
X = 1
DO WHILE X <= 10
PRINT X
X = X+2
LOOP​

Answers

Answered by palakgupta2205
3

Answer:

loop executes 10 times.

Answered by shantanusinghbairva
2

Answer:

5 times because X= X+2

Explanation:

hope it will help

Similar questions