Problem 5 - Extra Credit
Jason Plumb
CS3461
Spring 1999

This program implements multithreaded concurrent search
of an 100 element array in Java.

To start the program use either
	java Problem5
	or
	jview Problem5

The program will display an unsorted random array of 100 numbers.
All numbers in the array range from 0 to 99. It will then prompt 
the user for an item to search for in the array.

A list of indices will be displayed during the search.  When the 
search is completed, it will indicate the index at which the
item was found.