Difference between for and while loop
Answers
Answered by
3
for loop is used when you know the exact no.of times the loop is executed.
while loop is used when u don't know the specified no.of times of execution.
while loop is used when u don't know the specified no.of times of execution.
Similar questions