Can I write *double a* instead of *Math.pow* ?
Answers
Answered by
1
Answer:
the result of math.pow is always in double.
So u can take the variable in double in which u have to get the output of math.pow
eg. double a=Math.pow(x,2);
THIS IS FOR JAVA PROGRAMMING
Answered by
2
yes it is correct......
Attachments:
Similar questions