Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 296 Bytes

FirstFiveSum.md

File metadata and controls

16 lines (10 loc) · 296 Bytes

First Five Sum

Difficulty Tags Solution Link
Easy [Arrays, Integers] To Do

Problem Description

Find the sum of the first five even numbers in an array of Ints.

Sample

Input Output
[3,7,-3,2,9,4,8,10,3,9,4,9,8,6,-2] 28