Fill in the blanks to declare the class Student, with int data member called age. Student class has a constructor with one argum | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 12

Fill in the blanks to declare the class Student, with int data member called age. Student class has a constructor with one argum

20th Jul 2021, 3:07 AM
FERPLAY.N
FERPLAY.N - avatar
3 Answers
+ 2
FERPLAY.N If you want your assignments to be done in time without any effort from your side, consider hiring a dev. Oh, and make sure that you pay him well.
20th Jul 2021, 5:36 AM
Calvin Thomas
Calvin Thomas - avatar
0
Please avoid copying your question into the tags section, that's not the purpose of tags. https://code.sololearn.com/W3uiji9X28C1/?ref=app
20th Jul 2021, 4:16 AM
Ipang
0
class Student { public: void hello(){ cout<<"hi from student"<<endl; } };
21st Jan 2022, 8:37 PM
Rasha Hasan Hnidal