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<<"Hello everyone i am "<<husbandname<< "and the name of my wife is"<<wifename<<"our address is at"<<address<<"I am a b.tech from "<<collegename<<endl;
}
};
int main()
{
Humanbeing myintroduction;
myintroduction.age=20;
myintroduction.husbandname="Amartya pandey";
myintroduction.wifename="Jyoti srivastav";
myintroduction.address="RR plot, kolkata";
myintroduction.collegename="Meghnad saha institute of technology MSIT";