I am trying to set up a while loop for the programs input and use hasNext to sort through the string array by delimiting the white space to get each line of input as a word. The program's purpose is to shuffle text in between first and last characters. Sorry for the beginner speak, I am just learning Java. I am trying to set up a while loop for the prog