Question: Please help me answer this in c++, thanks! Write a recursive function that takes as an input parameter an integer (assume greater than 0) and
Please help me answer this in c++, thanks!
Write a recursive function that takes as an input parameter an integer (assume greater than 0) and returns the product of the digits in the integer.
**takes number 123 and returns 6 (1*2*3=6)**
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
