Hey, I'm in the midst of creating a program in which a set of numbers can be entered to correspond with other values, but one particular number will stop the input needed for each of the set of numbers.
My problem is that this particular number of which would stop the input is later brought into a linear search, screwing up the entire process.
Is there any way for me to ignore this value from being carried through?
My problem is that this particular number of which would stop the input is later brought into a linear search, screwing up the entire process.
Is there any way for me to ignore this value from being carried through?