Computer Science, asked by vismayashokan2005, 6 months ago

write a java statement To print ‘a’ raised to the power of 5.

Answers

Answered by mail2dimpee
0

Answer:

Power function in Java is of type java.lang.Math.pow() library. It is mainly used to return the value of the first argument raised to the power of the second argument. It works similar to the exponents that we use in our mathematics.

Explanation:

Similar questions