Write a method IntegerPower(base, exponent) that returns the value ofbaseexponentFor example, IntegerPower(3, 4) = 3 * 3 * 3 * 3. Assume that exponent is a positive integerand that base is an integer. Method IntegerPower should use a For/Next loop or While loop tocontrol the calculation. Do not use any Math library methods or the exponentiation operator, ^. Incorporatethis method into a Windows application that reads integer values from TextBoxes for baseand exponent from the user and performs the calculation by calling method IntegerPower.
IntegerPower
Plagiarism-free and delivered on time!
We are passionate about delivering quality essays.
Our writers know how to write on any topic and subject area while meeting all of your specific requirements.
Unlike most other services, we will do a free revision if you need us to make corrections even after delivery.