Computer Science, asked by varshithkanni8380, 10 months ago

Java programming syntax to find the exponent of a number

Answers

Answered by Shinchanboy03
0

Answer:

Java program to calculate the power of a number. Read the base and exponent values from the user. Multiply the base number by itself and multiply the resultant with base (again) repeat this n times where n is the exponent value.

Similar questions