Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 12 - No. 27)

What is the key process being performed in the 'totaling' algorithm?
Finding the largest value in a list.
Adding values to a running sum.
Sorting items in ascending order.
Identifying if a value exists in the list.

Explanation

The totaling process involves continuously adding values to a running total (sum).

Comments (0)

Advertisement