logo CodeStepByStep logo

SumOfRange

Language/Type: C# cumulative algorithms

Write a method named SumOfRange method that accepts two integer parameters min and max and returns the sum of the integers from min through max inclusive. For example, the call of SumOfRange(3, 7) returns 3 + 4 + 5 + 6 + 7 or 25. If min is greater than max, return 0.

Method: Write a C# method as described, not a complete program or class.

You must log in before you can solve this problem.

Log In

Need help?

Stuck on an exercise? Contact your TA or instructor.

If something seems wrong with our site, please

Is there a problem? Contact us.