about | help | code help+videos | done | prefs |
sumEvenIndex
public int sumEvenIndex(int[] nums). Given an array of integers, return the sum of the numbers at the even-indexed positions. sumEvenIndex([0, 1, 2, 3]) → 2 sumEvenIndex([1, 2, 3, 4]) → 4 sumEvenIndex([0, 1, 2, 3, 4, 5, 6]) → 12 ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 105
Copyright Nick Parlante 2017 - privacy