Please can sum1 help me with the above error in this code:


import java.util.*; //required for List and ArrayList
import java.io.*; //required for IOException

public class TextFileTester
{...