Can anybody tell me, what I have done wrongly here? I can't know what the problem is

I have written a code for a program that counts, how many words in a given file. The problem is, I can’t play the program. Can anybody help! By the way, I’m a beginner at programming. Here is my code: import java.io.*; import java.util.*; public class TextAnalysis22 { public static void main(String[] args) throws FileNotFoundException… Read More Can anybody tell me, what I have done wrongly here? I can't know what the problem is