filmov
tv
C++ recursion: Recursive function that multiplies digits in a number

Показать описание
In this video i will show you how to make a recursive function that multiplies the digits in a number. For example if you enter 232 the answer is 12 because 2 x 3 x 2 = 12