Question: JAVA ONLY Write a program that asks the user to enter the name of a file, and then asks the user to ente character. The
JAVA ONLY
Write a program that asks the user to enter the name of a file, and then asks the user to ente character. The program should count and display the number of times that the specified character appears in the file. Here is a sample run of the program: Enter file name: mydata.txt Enter character to count: a The character ' a ' appears in the file mydata.txt 17 times. In the sample run shown above, look carefully at the wording of the messages and the placement of spaces and punctuation. Your program's output must match this. Your program class should be named F ileLettercounter
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
