You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cout<<"Enter the Specialisation of the student"<<endl;
cin>>Specialisation;
}
void show()
{
cout<<"Name of the student is "<<student_name<<endl<<"ROll number of the student is "<<roll_no<<endl<<"SAP ID of the student is "<<SAP_ID<<endl<<"Specialisation of the student is "<<Specialisation<<endl;
}
};
int main()
{
cout<<"Hello User!\nThis is the first programme of Classes"<<endl;