The String class has methods for looking at the contents of a String. You could use one of them to detect if a line has the delimiter and output a message if the delimiter is missing.
What do you...