Write a recursive function intpower(base, exponent)

Write a recursive function intpower(base, exponent) that when invoked returns base^exponent. For example, intpower(3,4) = 3*3*3*3. Assume that the exponent is an integer greater than or equal to 1.

   Related Questions in Programming Languages

©TutorsGlobe All rights reserved 2022-2023.