Skip to content

Commit 9f96e9c

Browse files
authored
Update 14-array-exercise.md
1 parent 78607c8 commit 9f96e9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Exercises-And-Solutions/exercises/14-array-exercise.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Array Exercise
2+
13
1. Create an array called fruits that contains the following elements: "apple", "banana", "orange". Now check if "orange" is in the fruits array.
24

35
2. Given an array of numbers, write a function that returns the sum of all the even numbers in the array.

0 commit comments

Comments
 (0)