Table of Contents
While Loop in Programming Language
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.
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.