Create a function that takes two parameters, and array and a number. The function should determine whether the number is present in the array. If it is return true, otherwise return false.
Test the function to make sure that it works properly.
This lesson covers using loops (while, for, foreach) and functions.