Condition-controlled loops have a condition that is tested at the start of the iteration to determine whether or not the iteration should occur. With each iteration, the condition is tested again.
A condition-controlled loop would be used because there is no way of knowing in advance how many more numbers will need to be entered before the algorithm stops. This program iterates as many ...