Well, if all you have to do is print all lines in the file that have a '/' character, then here is a way:


Create a File object for the file name


Create a Scanner object for the File...