I want to know how to make whatever the user inputs to ignore case in my method: Answer You have to use the String method .toLowerCase() or .toUpperCase() on both the input and the string you are trying to match it with. Example:
I want to know how to make whatever the user inputs to ignore case in my method: Answer You have to use the String method .toLowerCase() or .toUpperCase() on both the input and the string you are trying to match it with. Example: