|
Write the function int OddSum (int m, int n) to find the odd sum of m to n (including m, n). (0 <m <n <1000, m and n are integers), and call OddSum (80, 200) to find the odd sum between 80 and 200
Result: Sum of odd numbers from 80 to 200: 8400
Don't understand? ? ? ?
Please help
Thank you |
|