class Raghav{
private:
string name, college, degree, strength;
vector<string> languages_spoken;
public:
Raghav(){
name = "Raghav Agarwal";
college = "Vellore Institute of Technology";
degree = "Integrated M.Tech in CSE with spec. in AI and ML";
strength = "Strong hold in DS and Algo";
languages_spoken = {"English", "Hindi"};
}
void current_status(){
cout<<"I am a final year student at "<<college<<" pursuing "<<degree<<endl;
};
void say_bye(){
cout<<"Thanks for dropping by. How did you find my
work? Interesting?"<<endl;
}
};
int main(){
Raghav obj;
obj.current_status();
obj.say_bye();
return 0;
}
🎯
Focusing
SDE Intern @ Pine Labs | M.Tech @ VIT
Pinned Loading
-
indrapaul824/VORTEX
indrapaul824/VORTEX PublicA Deep Learning based Tropical Cyclone Intensity Estimator featuring the INSAT-3D Infrared Image Data over the Indian subcontinent.
-
mental-health
mental-health Publichttps://mental-health-fastapi.herokuapp.com/docs
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.