[Solved] Lab 9: Sets in the Java Collection Framework For ...
In order to skip over any non-letter characters in the file, you can use the following command just after creating the scanner (where in is the variable name for the scanner): in.useDelimiter('[^a-zA-Z]+'); (In this statement, '[^a-zA-Z]+' is a regular expression that matches any sequence of one or more non-letter characters. This essentially ...
Get Price