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;
}
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;
}
0 Comments
if you have any doubt, plz let me know