I have this variable that I assign to using:
String[] lineSplit = line.split(" "); String output = lineSplit[4];
When I use S
S