In C++
Question 1. Create a function called findAvgerage whichtakes a vector of integers named scores as input andreturns 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 nextelement is -199, the next is -198, …, and the last element is399.
Expert Answer
An answer will be send to you shortly. . . . .