write a program that uses a method power ( ) to raise a number m to power n . The method takes int values for m and n and returns the result correctly. Use a default value of 2 for n to make the function calculate squares when this argument is omitted. write a main ( ) method to get the value of m and n to display the calculated result.
Answers
Answered by
0
Answer:
I don't know how to solve this question
Similar questions