...

/

Exercise: Compute the Average

Exercise: Compute the Average

Compute the average of numbers present in std::vector<int>.

We'll cover the following...

Challenge

Write a function that takes two arguments: an object of ...