C++
Write a recursive function that accepts two arguments into theparameters x and y .
The function should return the value of x times y . Remember,multiplication can be
performed as repeated addition:
7 * 4 = 4 + 4 + 4 + 4 + 4 + 4 + 4
Expert Answer
An answer will be send to you shortly. . . . .