If I have a program which asks a user to enter a number, and then I have an array of numbers, how can I check each number in the array to see if one matches?
checking a list for matching value
Collapse
X
-
Originally posted by newguy194If I have a program which asks a user to enter a number, and then I have an array of numbers, how can I check each number in the array to see if one matches?
Comment