whatever is a dummy variable that you can replace with other variables. Be sure to indent the statements to repeat in the loop. We need to have at least one condition to implement the loop and make ...
is the name of a variable indexing the loop. is an increment value. Using a WHILE expression makes possible the conditional execution of a set of statements iteratively. The WHILE expression is ...