Computer Science, asked by yashgowda815, 7 months ago

how to print 2 46 81012 14161820 2224262830 in java

Answers

Answered by mritunjayy
1

Explanation:

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