is executed if the condition is false
Answers
Answered by
0
While loop is used when the number of iterations is not known beforehand but the end condition is known (for e.g while reading contents from a file)
Similar questions