labs 7: init

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-12-26 16:53:39 +05:30
parent 21afaa311b
commit 7ba9554ed5
7 changed files with 158 additions and 1 deletions

View File

@@ -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++) {