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

 c++ 4. Write a program that displays the sum of all
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 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!