Program: Write a function that takes a list of integers as argument and returns a pair consisting of the sum of the even positions and the sum of the odd positions of the list.
You should not use any auxiliary functions.
Can you show the code of the given program? Please do not use auxiliary functions.