#include<iostream>

using namespace std;

void Function(){
    cout<<"Hello G Class Mercedes. Anup Tirkey is, SAI, Mechanical Engineer, NIT.\n";
}

void Function1(){
    cout<<"Hello Hyundai.Anup Tirkey is SAI, Mechanical Engineer, NIT.\n";
}

void Function2(){
    cout<<"Hello World.Anup Tirkey , want to Build , Bridge.\n";
}

void Function3(){
    cout<<"Hello World.Kindly provide Project.Anup Tirkey , want to build, Project.\n";
}

void Function4(){
    cout<<"show the Mechanical Constraint , is reporting to Anup Tirkey in System.\n";
}

void Project(){
    cout<<"Anup TIrkey is adhoc Architect, adhoc Lawyer.\n";
}

void Embassy(){
    cout<<"Kindly provide the Passport to Anup Tirkey.\n";
}
int main(){
    cout<<"Anup Tirkey is a SAI , Mechanical Engineer.\n";

    Function();
    Function1();
    Function2();
    Function3();
    Function4();
    Project();
    Embassy();

    return 0;
}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: