#include <iostream>
#include<cmath>
using namespace std;
int main() {
cout << "Hi.\n";
cout<<"Anup Kumar Tirkey is a Mechanical Engr.\n";
cout<<sqrt(64)<<"\n";
cout<<log(8)<<"\n";
return 0;
}
To embed this project on your website, copy the following code and paste it into your website's HTML: