Hello everyone, i'm a year 11 student doing a software course for
school. I've just being set a project by my teacher that requires
amoungst otherthings for me to conduct a linear search on a 2D
array.
The search must be conducted in a separate function and returned the main to be outputed.
The array in question has an ID number in the far left hand column
the user will specify the ID and the program must form a search
for the correct row (i am told by my teacher that it has to perform
a linear search)
the program will then return the correct row.

I would appreciate any input on the topic and if it is possible could it be explained in a simplistic manner as i have not been programming for long.

Thankyou.

PS hopefully a copy of my code so far has uploaded please note that it is still in development however if you see any bad habits
please tell me.