My java program seems to be skipping over the try{}, executing the catch{} and then throwing a NullPointerException. What should I do?
- by Matt Bolopue
I am writing a program that calculates the number of words, syllables, and sentences in any given text file. I don't need help finding those numbers, however my program (which currently should only find the number of words in the text file) will not import the text file even when I type in the name of the file correctly. The text file is in the…