❔ ✅ Issues With Type Conversion When Validating User Input
In this section of code, I print items to the screen and request user input. I'm trying to basically go
if user input is not an integer, decrement tries and recall function. If user input is an integer but that integer does not match an index of List<string> initialSelection, then decrement tries and recall function. Otherwise, if user input is an integer and is a correct index of the list, then start next function but I'm having issues with the validation and type conversion. Thanks