Logic Error Identification (2 marks)
Given the following algorithm segment: START For each number in list Set total to 0 Add number to total End For Display total END A logic error has caused the algorithm to always display the last value of the list. Correct the logic error in the algorithm.
Logic Error Identification (2 marks) Read More »