Question: Java In the method provided below, write code that will read a text file and count the number of times the word, deer appears. This
Java
In the method provided below, write code that will read a text file and count the number of times the word, deer appears. This should ignore any type of punctuation that may come at the beginning end of the word. Also make sure to print out any error message to the console if one were to occur.
public static int deerCounter(String fileName)
{ //Enter your code here
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
