Problem
Given an integer array named "numbers" whose size is "COUNT" an integer variable named "X" containing a number.
I. Declare an initialize an integer variable named "location"
II. Develop a code that will search array "numbers" for the value stored in variable "X".
if the value is found , store the index where it was found in "location"
if the value in not found a-1 in "location"
III. What type of search is this?