Exercise #9 - Loops and Lists

Add a listbox to your form and enter several names.  Make sure your first name is in the list at least twice.  In a button click, write code that loops through all of the names in the list and if one of them matches your first name, then the program should change the entry to your last name.