For this exercise you will need to use the C++ library.
To begin with generate a random number between 50 & 150 – this will be the number of integers in your vector. Create a vector and general random integers (between 0-100) to put into your vector.
Write functions which will return the following information about the values stored in your vector.