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