Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

You will write a program called Count.java that will read the name of a file and a single word from the user, then the program

image text in transcribed
You will write a program called Count.java that will read the name of a file and a single word from the user, then the program counts how many times the word appears in the given file and prints the result. The program should not be case sensitive. Assume that the file doesnt contain any punctuation. You must also check whether a file exists before attempting to read from the file. If the user enters the name of a nonexistant file, then your program should print "ERROR: not found." and exit without performing the word count. Use beginner java code nothing complex. Solve using try catch block

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Object Databases The Essentials

Authors: Mary E. S. Loomis

1st Edition

020156341X, 978-0201563412

More Books

Students also viewed these Databases questions

Question

What are Decision Trees?

Answered: 1 week ago

Question

What is meant by the Term Glass Ceiling?

Answered: 1 week ago