Skip to content

Commit

Permalink
Update 14-array-exercise.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sajidhamdard authored Mar 14, 2024
1 parent 78607c8 commit 9f96e9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Exercises-And-Solutions/exercises/14-array-exercise.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## Array Exercise

1. Create an array called fruits that contains the following elements: "apple", "banana", "orange". Now check if "orange" is in the fruits array.

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

0 comments on commit 9f96e9c

Please sign in to comment.