Computer Science, asked by niloferkhatoon2, 2 months ago

How many times will be the following loops execute?
X = 5
DO UNTIL X < 1
PRINT X
X = X -2
LOOP
END​

Answers

Answered by khairnarsapna7
0

Answer:

6 time loop will execute

Similar questions