Question: In C++ Question 1. Create a function called findAvgerage which takes a vector of integers named scores as input and returns the average of all
In C++
Question 1. Create a function called findAvgerage which takes a vector of integers named scores as input and returns the average of all the values in numbers.
Question 2. Write some code that stores integers from -200~399 (inclusive) in a vector. So the first element is -200, the next element is -199, the next is -198, , and the last element is 399.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
