Question: Write a program called SearchText. java that: 1. Prompts the user for a text file pathname. 2. Prompts the user for a search string. 3.


Write a program called SearchText. java that: 1. Prompts the user for a text file pathname. 2. Prompts the user for a search string. 3. Reads in all of the text in the file. 4. Splits that text into an array of words. 5. Prints a list of every word that contains the search string. 6. After that list, prints a count of how many words contain that search string. For example, running this program for the file constitution. txt and using the search string qu produces the output: Tranquility requisite subsequent Consequence equally equally disqualification require question questioned question Marque Square require Consequence Marque equal equal quorum equal require Equity
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
