Beginner Series #3 Sum of Numbers
05.04.2023
Given two integers a and b, which can be positive or negative, find the sum of all the integers between and including them and return it. If the two numbers are equal return a or b.
Blog_Description
Given two integers a and b, which can be positive or negative, find the sum of all the integers between and including them and return it. If the two numbers are equal return a or b.
Blog_Description
Comments
05.04.2023