Skip to content

Commit

Permalink
Create Array Excersise 7
Browse files Browse the repository at this point in the history
  • Loading branch information
raspy8766 committed Sep 3, 2014
1 parent a5086b9 commit f1d80d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Array Excersise 7
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
arr = [1, 2, 3, 5, 7, 9, 11]
number = 3
if arr.include?(number)
puts "#{number} is in the array"
end

0 comments on commit f1d80d6

Please sign in to comment.