While loop can execute code block as long as condition not reached.
Loops are handy because they save time, reduce errors, and they make code more readable.
Note: Do not use the wrong condition, otherwise the loop will never end!
.
.
.
#programming #codewiring