Computer Science, asked by VikashAron, 1 year ago

give one difference and similarly between for, while and do while loop

Answers

Answered by nms
3
all are iterative statement or looping statement.

while loop when we know only the start and end restrictions

for loop if we know start and end and also how it is increasing or decreasing.

do while is exit control loop , the condition is checked at last.

but while and for loop are entry control loop condition is checked at the beginning.

pls mark it as brainliest
Similar questions