what does it mean when c++ says i have too few arguments to function code example
Example: c++ too few arguments in function call
student1.setName();
student1.setAge();
student1.setID();
student1.setGPA();
student1.setName();
student1.setAge();
student1.setID();
student1.setGPA();