“Set the accumulator where the total will be kept to an initial value, usually zero”,”Before entering a loop to compute a running total, the program should first do this.-Read all the values into main memory-Set the accumulator where the total will be kept to an initial value
usually zero-Know exactly how many values there are to total-Set all variables to zero”