Question: a question about comouting sum use c++ please Given a list of numbers, compute its sum. (Whenever these problems refer to a list, I'm referring
a question about comouting sum
use c++ please

Given a list of numbers, compute its sum. (Whenever these problems refer to a "list", I'm referring to a sequence that may have an arbitrary number of values in it. Choose an implementation that is appropriate for the language you chose. For example, in Java, you might use an ArrayList or an array; in C++, you might use a std::vector or an array; and so on.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
