#include <stdio.h>
#include <math.h>
int main() {
double number, result;
printf("Enter a number: ");
scanf("%lf", &number);
result = sqrt(number);
printf("Square root of %.2lf is %.2lf\n", number, result);
return 0;
}
Output:

About CSE
Sora Blogging Tips is a blogger resources site is a provider of high quality blogger template with premium looking layout and robust design. The main mission of sora blogging tips is to provide the best quality blogger templates.

No comments:
Post a Comment