
string getFilename(string prompt)
void readValuesFromFile(string filename,
vector<int> &values)
void displayValues(string leader,
vector<int> &values,
vector<int>::iterator pos)
int sumValues(vector<int> &values,
vector<int>::iterator pos)
Sample Output
Here is a screenshot of my code running.
Average Value output
Refer to the deliverables post for comment formatting and required program identification information.
Due Date:
Sunday, December 18th, 6:00pm