Question: Write a program that asks the user for the name of a file. The program should display the number of words that the file contains.
Write a program that asks the user for the name of a file. The program should display the number of words that the file contains.
Input Validation:
Make sure the file exists, before proceeding. Let the user type quit in order to exit the program. If the file is empty, the word count should be 0.(I NEED JAVA CODE)
output should be like this
Please enter the file name or type QUIT to exit: Total number of words: 4
Please enter the file name or type QUIT to exit: Total number of words: 4
Please enter the file name or type QUIT to exit: Total number of words: 0
Please enter the file name or type QUIT to exit: Total number of words: 8
Please enter the file name or type QUIT to exit: File: input5.txt does not exist. Please enter the file name again or type QUIT to exit: Total number of words: 4
Please enter the file name or type QUIT to exit:
Please enter the file name or type QUIT to exit: File: input5.txt does not exist. Please enter the file name again or type QUIT to exit:
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
