Computer Science, asked by alimiskan, 9 months ago

5. Which of the following loop will continue forever?
(a) Num =0
(b) Num = 0
WHILE num <> 1
WHILE num <> 1
num = num +1
num = num + 2
WEND
WEND
(c) Num =1000
(d) Num = 2
WHILE num = 1
WHILE num <> 1
num = num -1
num = num - 1
WEND
WEND​

Answers

Answered by sivaprakashragupathy
0

Answer:

LOOP 6 TIMES

Explanation:

THERE IS NO explanation ....

Answered by snigdhad677
1

Answer:

Loop six times

Hope it helps you

Please mark me as brainliest

Similar questions