Question: What control does a WHILE statement normally allow? It allows a set of actions to be carried out if a condition is TRUE. The ELSE
What control does a WHILE statement normally allow? It allows a set of actions to be carried out if a condition is TRUE. The ELSE part allows a different set of actions to be carried out if the condition is FALSE
If allows a set of actions to be carried out a set number of times.
It allows a set of actions to be carried out until a condition becomes FALSE.
It allows different things to be done dependent on the value of a variable. This allows many different sets of actions to correspond to at least as many values of the variable.
It allows one action to be done if a condition is TRUE and nothing can be done if the condition is FALSE.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
