GOT IT!!! THANKS!! Could you help me with one more problem?
For this one im having trouble doing the setName
You have been given a Student class. A student pointer, s, has been created for you. The student's name is "Po". The user will enter a new name for Po; you must call the "setName" function to change Po's name to the value given to you by the user. If done correctly, the new name should be shown once.