Posts by Vinicius Mendes • 23 points
1 post
-
0
votes2
answers192
viewsQ: Sum of numbers in a range C++
I need to make a program with a recursive function that takes two integers as parameters n and m, where n <= m and returns the sum of the numbers in this range. For example, if n = 1 and m = 4…