Create an array to hold the names of the following people:

Jimmy Smith, Lisa Lawrence, Frank O’Hara, Sam Spade, Jabba the Hut, Alvin Chipmunk, Leaping Larry

  1. Display the names sorted alphabetically in increasing order and in decreasing order.
  2. Create a method that allows the user to add a name to the array eg, Sam Brown.

  3. Create a method that allows the user to search for a person by their first name.
  4. Create a method that allows the deletion of a person by their first name.