Question: In Java, write a program to check how many same words are present in the given text file using array/arrayList implementation.. So, if the user
In Java, write a program to check how many same words are present in the given text file using array/arrayList implementation..
So, if the user input is "AND" (do not consider Uppercase/lowercase)
then look through the text file to figure out how many "AND" there are.
Example
TextFile.txt There are many houses in the street. The street is very crowded because of the houses. Some of the houses are red in color, some houses are blue in color. The houses are made up of brick, stones. Some of the houses are made from wood. The paint on all the houses are green.
User Input : Houses
Output The word houses appears 7 times in the text file.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
