Tuesday, August 9, 2011

How to make a java exponent program without Math.pow()?

Write a method intgerPower ( base, exponent that returns the value; Use a for or while loop to control the calculation.

No comments:

Post a Comment