HW32
COP-3223H
Submit via webcourses.
Using the pattern shown for sums in class, write five functions, exponent5, exponent4, exponent3, exponent2, exponent1, that call each other to compute the power of a number. For instance, calling exponent3(2) will compute 2 to the power of 3, i.e., 2^3 or 8.
Note: be sure to putchar a newline character \n after printing the sprite to ensure the output buffer is flushed.