Q सिन्धु सभ्यता में अन्नागारों का क्या महत्व था ?
Answers
Answered by
1
Explanation:
#include<stdio.h>
#include<conio.h>
#include<math.h>
void main()
{
float a;
float Root;
clrscr();
printf("Enter a number");
scanf("%f", &a);
Root = sqrt(a);
printf("The square root of the number is %.2f",Root);
getch();
}
Similar questions