#include <iostream>

using namespace std;

void func(){

    for(int i=0;i<5;i++){
        cout<<"Anup Tirkey is SAI, Mechanical Engineer NIT.\n";
    }
}

void func1(){
    cout<<"Anup Tirkey is NIT.\n";
}

void func2(){
    cout<<"show the mechanical Constraint reporting to Anup Tirkey in System.\n";
    
}

int main(){

    cout<<"Anup Tirkey is a SAI , Mechanical Engineer, NIT.\n";

    func();
    func1();
    func2();

    return 0;
}

Embed on website

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