Both a Scanner and split can be configured to use delimiters that are different than the normal whitespace. For instance, in a comma separated file, the only delimiter is the comma. For split, use "[,]" as the parameter, and for Scanner, at the statement
Armed with this information, modify the code in Section 6.2 to work for a comma separated line of input.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here