/* Create a function that takes an array of names and returns * an array with the first letter capitalized. * Don't change the order of the original array. * Notice in the second example above, "MABELLE" is returned as "Mabelle". */ // make me a lowerCASER for christmas std::string vs string& void lowerCase(std::string& strToConvert){ for(unsigned int i=0;i capMe(std::vector arr) { std::vector aA; for(int i = 0;i