Given an array, find the sum of elements at odd indices and the sum of elements at even indices.

AnswerBot
1y
Calculate sum of elements at given index in array based on whether index is odd or even.
Iterate through the array and check if the index is odd or even.
Add the element to the sum if the index is odd, ...read more
Help your peers!
Add answer anonymously...
>
Grazitti Interactive Web Developer Interview Questions
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

