scanner format using java please have the code copypaste      Create a program to count the word's length distribution of a text file. The program should read in the file row by row and split the row into words (assuming there is no punctuations). Then the program should count the number of strings of a certain length. For example, given the following file: Mary has a little lamb little lamb little lamb   The result should be: Length 1: 1 Length 3: 1 Length 4: 4 Length 6: 3

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter7: Characters, Strings, And The Stringbuilder
Section: Chapter Questions
Problem 12RQ
icon
Related questions
Question

scanner format using java

please have the code copypaste 

 

 

Create a program to count the word's length distribution of a text file. The program should read in the file row by row and split the row into words (assuming there is no punctuations). Then the program should count the number of strings of a certain length. For example, given the following file:

Mary has a little lamb

little lamb

little lamb

 

The result should be:

Length 1: 1

Length 3: 1

Length 4: 4

Length 6: 3

Expert Solution
steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Knowledge Booster
File Input and Output Operations
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT