While Loop in Programming Language
☰Fullscreen
Table of Content:
The while
loop continues to execute as long as a specified condition evaluates to true. It is useful when the number of iterations is not known in advance.
Flowchart
Which loop to use? While or for
No Questions Data Available.
No Program Data.