354: Practice
Write a recursive program that accepts two positive integers,
m
and
n
, and computes
m
n
.