Question: For this task, we are asking you to implement a recursive method that finds the sum of n consecutive integer number, starting from integer start

For this task, we are asking you to implement a recursive method that finds the sum of n consecutive integer number, starting from integer start and ends with integer end.
For example, if start =0 and end =5, we expect the method to return 15(i.e.0+1+2+3+4+5).
The name of the method is sum and the header of the method was written for you in Lab2.java.

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!