Question: Write a function total() that takes to integers, start and end. The function returns the summation of all integers between start and end, inclusive. For
Write a function total() that takes to integers, start and end. The function returns the summation of all integers between start and end, inclusive. For example total(3,6) will return 18.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
