In this tutorial , you will be learning about ,While Loop when used.
This is the most basic loop in solidity.
The purpose of a while loop is to execute a statement or code block repeatedly as long as an expression is true. Once the expression becomes false, the loop terminates.
Remix IDE: https://remix.ethereum.org/
Solidity DOCS: https://www.soliditylang.org/
Thank you for watching - I happily appreciate the time spent here:
Legendary Code