Part I
Create a new application named YournameProjectNameList. This application will allow you to enter a first and last name for a person. The program will then add that person to a list on the right-hand side of the form. A clear button will clear the ListBox and the TextBoxes.
Part II
Create a new application named YournameProjectCards. This application will read in an entire deck of playing card pictures from JPEG files and build a Collection of playing card objects. This list will be used to generate five random playing cards on the screen.