#include<iostream>

using namespace std;

int main(){

    cout<<"anup Kumar Tirkey.\n";
    cout<<"Mechanical Engineer.\n";
    cout<<"Anup Kumar is a Civil Officer.\n";
    
    cout<<"Anoop - there is no Log with a Nation minimum 3 year";
    
    return 0;
}

Embed on website

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