Write another definition of function power(x, n) = xn where x is a real number and n is a positive integer. But this time use cases and recursion instead of a loop. Write Define ... %Define around your cases.

 

    [Language: Cinnameg  Kind: program]