Problem Statement - B03B-2019S-C1
Write definition of a method/function AddOddEven(VALUES) to display sum of odd and even values separately from the list of Values.
For example:
If the VALUES contain [15,26,37,10,22,13]
The function should display
Even Sum:58
Odd Sum:65
Solution
CSKC| Created: 11-Apr-2019 | Updated: 11-Apr-2019|CBSE12A-2019