The program needs to count and display the number of times that the specified charector appears in the text file.
Currently turning up zero for the total. I\'m not i
String line="" while(inputFile.hasNext()) { line = inputFile.nextLine(); for(int i=0; i