Posts by Oliveira Mello • 1 point
1 post
-
-4
votes1
answer258
viewsQ: I need a recursive Python algorithm that multiplies two numbers through successive sums
Multiplication must be done by successive sums, 6x4= 4+4+4+4+4+4+4+4 Program entry: 6 4 Output from the program: 24
pythonasked Oliveira Mello 1