Write your question here.
I created this code according to what the question asked me to do. But I am confused on the last part of the question. Problem: Modify the selection function presented in this chapter into an array of strings instead of an array of ints. Test the function with a driver program. The last part is where im lost. What is a driver program? Am I ok with what I have, do I need more?
#include <iostream>
#include <string>
#include<iomanip>
using namespace std;