Skip to content

Incorrect Solution in readme for algorithm/list/chall-02.md #3

Description

@DevinOM

According to the readme for this challenge:

Given list of integer

[ 3, 0, 4, 9, 7, 9, 7, 2, 9, 4, 1, 4, 2, 5, 5, 7, 4, 0, 6, 9 ]

the sum of odd-index value is: 40

I believe this sum should be 49?

0 + 9 + 9 + 2 + 4 + 4 + 5 + 7 + 0 + 9 = 49

Maybe I am misunderstanding the problem? I have tried summing the list in different ways but never get 40.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions