@@ -206,7 +206,7 @@ void Student::input() {
|
||||
cin >> this->age;
|
||||
cout << "Gender (m/f): ";
|
||||
cin >> this->gender;
|
||||
|
||||
|
||||
cout << "Enter Marks for" << endl;
|
||||
|
||||
for (i = 0; i < NSUBS; i++) {
|
||||
|
Reference in New Issue
Block a user