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.
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.