I have a problem with this: 1. After running the program with the -c argument, the program should add the person with the specified arguments to the end of the allPeople list and display the id (index). Suggestion: Make sure the person is actually added to the allPeople list 2. After running the program with the -u argument, the program must update the data of a person with the specified id in the allPeople list. Suggestion: Make sure the size of the allPeople list does not change when updating a person's details.