public boolean dropStudent(String name)
{
	int whichStudent = searchStudent(name);
	myNames[whichStudent] = 
}
