acm-mjct/Utilities

Make a program to calculate the sum of odd numbers between two integers

Opened this issue · 0 comments

Ex:
Input: 1 to 10
1+3+5+7+9=25
Output: 25