// Dave Goldsmith // Redwood High School // C++ Computer Programming // April 15, 2008 // Array.cpp #include #include using namespace std; const MAXWORDS = 5; void ShowWords(string word[]) { for (int i=0; i