A Very Big Sum

  • + 21 comments

    I don't think that this problem needs to exist because it's redundant with the simple array sum challenge. All I did was change sum's type from int to long in Java, and the challenge even told me how.