give one difference and similarly between for, while and do while loop
Answers
Answered by
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
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
History,
8 months ago
English,
8 months ago
Math,
1 year ago
Social Sciences,
1 year ago
Physics,
1 year ago