Sum all integers within an inclusive range (start to end). Return 0 if start > end.
Click Run to test your code