#include <iostream> int main() { int radius ; using namespace std; cout<<"enter radius\n"; cin>>radius; cout<<"area of circle is = "; cout<<3*radius*radius; return 0; }
To embed this program on your website, copy the following code and paste it into your website's HTML: