Question

6. Given a target value t and an integer array a that has n number of elements, write a function to sequentially search through a to find t. Your function

should return the index of the target value if it is found in a, or return -1 if there is no target found. (15 Points)

Fig: 1