Sometimes when using a condition-controlled (WHILE) loop there may be a situation where the code contained within the iteration is never run. This is because the condition is tested at the start of ...
set the total to 0 set more numbers to ‘yes’ while more numbers is ‘yes’, repeat these steps: input a number add the number to the total ask ‘Any more numbers? Yes/No’ say what the total is This ...