too few arguments to function call inC++ 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();