I wan't to use the scanner to ask for input a few words and am expecting a delimiter ", " to separate each word. I then want to split each word and store it in an array so I could use it for other purposes i.e, instantiate an object with an array argument for my constructor. Could someone help me please
Update: I have resolved the problem! Thanks everyone for the suggestions.