C++ Create A Program That Stores Names In An Array
in c++ create a program that stores names in an array. Also the program will end when “quit” is entered. Use a menu with the options: getName, sortName,displayName, findName, removeName. get name will get a name entered from the user, sort name will sort the names etc.