Lab 9 prelab

We'll be reading words into a two dimensional array (char[][]), and performing a binary search on that array.

Understanding the following pieces of code taken from the course notes beforehand will make lab much easier.

http://logos.cs.uic.edu/Examples%20And%20Notes/examples/TheExamples/arraysAndStrings/strings/lookupWord1.cpp

http://logos.cs.uic.edu/Examples%20And%20Notes/examples/TheExamples/arraysAndStrings/mysort.cpp