How should the name, age, and gpa data members be declared in the Student class?
name
age
gpa
Student
Local variables created only inside displayInfo()
displayInfo()
Private, so updates go through the class's public setters
Global variables outside the class
Public, so any code can modify them directly