Computer Science, asked by Anonymous, 7 months ago

Can I write *double a* instead of *Math.pow* ?​

Answers

Answered by aadyaaasti64
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 pousalidolai59
2

yes it is correct......

purple \: u

Attachments:
Similar questions