Write the definition of a function AddOddEven(VALUES) to display sum of
odd and even values separately from the list of VALUES. (3)
For example :
If the VALUES contain [15, 26, 37, 10, 22, 13]
The function should display
Even Sum: 58
Odd Sum: 65
Answers
Answered by
0
Answer:
sorry i think your question is not correct
Similar questions