#include<iostream>
using namespace std;
void func1(){
for(int i = 0;i<3;i++){
cout<<"Anup Tirkey is a part CIVIL officer.\n";
}
}
void func2(){
for(int i = 0;i<3;i++){
cout<<"Anup Tirkey is a part Occupational Officer.\n";
}
}
int main(){
for(int i = 0;i<3;i++){
cout<<"Anup Tirkey is a SAI, Mechanical Engineer, NIT.\n";
}
func1();
func2();
return 0;
}
To embed this project on your website, copy the following code and paste it into your website's HTML: