Question: Write a method which is passed the name of a text file. The method returns the number of characters found in the file. You are

Write a method which is passed the name of a text file. The method returns the number of characters found in the file. You are not required to handle FileNotFoundException. Write a method which is passed the name of a text file. The method returns the number of words found in the file. You are not required to handle FileNotFoundException. Write a method which is passed the name of a text file. The method returns the length of the longest word found in the file. You are not required to handle FileNotFoundException
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
