#include <iostream>
using namespace std;
#include<cmath>

int main() {
    cout << "Hi" <<"\n";
    cout<<sin(30)<<"\n";
    cout<<cos(30)<<"\n";
    cout<<tan(30)<<"\n";
    cout<<sinh(30)<<"\n";

    for(int i=0;i<50;i++){
        cout<<i<<"\n";
    }
    cout<<"Anup Kumar Tirkey is a Mechie"<<"\n";
    
    return 0;
}

Embed on website

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