[Solved] Adding a Method
Sure, what you can do is create a method that takes in a list of students, gathers information about the new student from the user, and then adds a new student to the list. It would also need to ensure that if the list passed in was null, then it would initialize the list. I’m … Read more