Write a nonrecursive function (using a loop) that has the same effect as the recursive function Mult(M,N)
Question:
Write a nonrecursive function (using a loop) that has the same effect as the recursive function Mult(M,N) of Exercise 47.
Data from Exercise 47
Write a recursive function Mult(M,N) that multiplies the positive integers M and N by using the fact that
M × N = M + M + . . . + M (N times).
Fantastic news! We've Found the answer you've been seeking!
Step by Step Answer:
Related Book For
Question Posted: