Topic: Array Problem / Level: beginner

Problem: Find the difference between the sum of elements at even indices and the sum of elements at odd indices in an array.

Run the code to see the output here...