15 pts Finish writing an algorithm, using pseudocode, that finds the sum of all elements in the list a,, a..... a. Input
Posted: Thu May 05, 2022 1:38 pm
15 pts Finish writing an algorithm, using pseudocode, that finds the sum of all elements in the list a,, a..... a. Input: a₁, a..., a Output: a,+a+ ... + a a) procedure sum(a,, a₂, sum := 0 ...(you write what comes next)...