Question: c++ 4. Write a program that displays the sum of all the numbers between two input numbers, inclusive. Create a function called sumRange that will
4. Write a program that displays the sum of all the numbers between two input numbers, inclusive. Create a function called sumRange that will perform the calculations and return the result. The program output should look similar to: Enter starting number: 25 Enter ending number: 47 The sum of numbers from 25 to 47 is 828 [15 marks]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
