This algorithm would allow five numbers to be inputted and would work out the total. A count-controlled loop would be used because it is known, in advance, how many times the algorithm needs to loop.
Condition-controlled loops have a condition ... If the condition is never met, then the program loops infinitely. Consider this simple algorithm to count up in twos from one to a hundred: the ...