Write a method that returns the SUM of all integers between the start integer and the end integer.
computer science
Description
Write a method that returns the SUM of all integers between the start integer and the end integer.
So sumAll(6, 8) would return 6+7+8 which is 21. Remember that += allows you to add numbers to a
pre-existing variable you created!
Warning: require_once(/home/u706648698/domains/calltutors.com/public_html/service_page_footer.php): failed to open stream: No such file or directory in /home/u706648698/domains/calltutors.com/public_html/Assignment.php on line 380
Fatal error: require_once(): Failed opening required '/home/u706648698/domains/calltutors.com/public_html/service_page_footer.php' (include_path='.:/opt/alt/php73/usr/share/pear') in /home/u706648698/domains/calltutors.com/public_html/Assignment.php on line 380