#include<iostream.h>
#include<conio.h>
int main( )
{
int r;
float a;
cout<<"enter the Radius:";
cin>>r;
a=3.14159*r*r;
cout<<"Area is:"<<a;
getch( );
return 0;
}
To Run:
Output:
theengineerschoice01@gmail.com
Copyright (c) 2020 The Engineer's Choice All Rights Reserved
No comments:
Post a Comment
theengineerschoice01@gmail.com