History, asked by babhishkumarraj, 3 months ago

Q सिन्धु सभ्यता में अन्नागारों का क्या महत्व था ?​

Answers

Answered by ddineshnevase
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