Question: You will write a program called Count.java that will read the name of a file and a single word from the user, then counts how

 You will write a program called Count.java that will read the

You will write a program called Count.java that will read the name of a file and a single word from the user, then counts how many times the word appears in the given file and prints the result. Aside from the filename, The program should not be case-sensitive. You may assume that the files do not contain any punctuation. You must also check whether a file exists before attempting to read from the file. If the user enters the name of a nonexistant file, then your program should print "ERROR: not found." and exit without performing the word count

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!