Question: Java 1)Write a program that allows the user to search for a given word in a text file. The two inputs are the files name
Java
1)Write a program that allows the user to search for a given word in a text file. The two inputs are the files name and the target word. If the target is not found, the program outputs a message to that effect. Otherwise, the program outputs the number of times that this word occurs in the file and the position where it is first encountered (counting from position 0). The program should ignore case when it compares words.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
