Computer Science, asked by thairavaldez4, 1 year ago

What is the difference between a while loop and a normal repeat loop?

Answers

Answered by cat911
1
repeat loop will execute at least one iteration whereas while loop may not execute one iteration also if the condition is not fulfilled
Answered by manasgupt00
0

Answer:

Hi

Explanation:

Similar questions