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.
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 variable ‘count’ is set to 1 the ‘while ...