/* A function is used to make the code more efficient. The instuctions that are to be executed again and again are written once as a function and then called multiple times. This helps in making the ...
Description: This program takes a number and searches an array for the number of occurences. It then prints the number of occurences, the array it searched through, and the number to search for to the ...