Input Validation on Array
I am attempting to input validate a user’s value. Criteria: The value inputted cannot be a negative number, in my case the error is encountered when a user enters the wrong value, but instead if reattempting to input the value in the same element it skips over to the next element in the array. string… Read More Input Validation on Array