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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!