Code:
bool userChoice(WordInfo list[LIST_SIZE])
{
char choice;
cout << "Please select a choice from the menu below: " << endl;
cout << "F)ind a word by index" << endl;
cout <<
bool userChoice(WordInfo list[LIST_SIZE])
{
char choice;
cout << "Please select a choice from the menu below: " << endl;
cout << "F)ind a word by index" << endl;
cout <<
cout << "Please select a choice from the menu below: " << endl; cout << "F)ind a word by index" << endl; cout << "S)earch for a word" << endl; cout << "O)utput the number of words" << endl; cout << "E)xit"<<
Leave a comment: