#include <iostream>
using namespace std;
void func(){
cout<<"Anup Tirkey is an Engineer.\n";
}
void func1(){
cout<<"Anup TIrkey is NIT.\n";
}
void func2(){
cout<<"Hello World.\n";
}
void func3(){
cout<<"ANup TIrkey is po of Acer.\n";
}
void func4(){
cout<<"Anup TIrkey is Christian Married.\n";
}
int main(){
cout<<"Anup TIrkey is a SAI, Mechanical Engineer.\n";
func();
func1();
func2();
func3();
func4();
return 0;
}
To embed this project on your website, copy the following code and paste it into your website's HTML: