Define the function rangeproduct which when given naturalnumbers m and n returns the product
m*(m+1)…*(n-1)*n
You should include in your definition the type of the function,and your function should return 0 when n is smaller than m. Hint:you do not need to use recursion in your definition, but you may ifyou wish
Expert Answer
An answer will be send to you shortly. . . . .