Ad Code

NEW POST

6/recent/ticker-posts

Sathya is an mathematical expert training youngsters struggling in maths to make them better.

...

 Sathya is an mathematical expert training youngsters struggling in maths to make them better.


#include <stdio.h>

#include <math.h>

int main()

{double base,exp,opt;

scanf("%lf %lf",&base,&exp);

opt=pow(base,exp);

printf("%0.2lf",opt);


return 0;

}

Post a Comment

0 Comments