Write a program that prompts user for a text file pathname

Assignment Help JAVA Programming
Reference no: EM132076081

Need help with a Java problem:

Write a program called SearchText.java that:

Prompts the user for a text file pathname.

Prompts the user for a search string.

Reads in all of the text in the file.

Splits that text into an array of words.

Prints a list of every word that contains the search string.

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 Consequence equal required quartered required equity quorum quorum equal questioned qualifications requisite liquors qualify qualified qualified qualified liquors equal required Number of words containing "qu": 42

As a model, consult the CountWords.java program provided below. You will have to look up the method in the String class that indicates whether one string contains another.

CountWords.java:

import stdlib.*;

public class CountWords {

public static void main(String[] args) {
StdOut.print("Please enter the pathname or URL of the book file: ");
String textSource = StdIn.readLine();
StdIn.fromFile(textSource);
final String bookText = StdIn.readAll();
String[] bookWords = bookText.split("\\s+");
StdOut.println ("There are " + bookWords.length + " words in " + textSource + ".");
}

}

Reference no: EM132076081

Questions Cloud

High-availability information system : Project Scenario: You have been contracted by a client to examine their network infrastructure and procedures and suggest improvements?.
Write a program that plays the popular scissor-rock-paper : Write a program that plays the popular scissor-rock-paper game. (A scissor can cut a paper, a rock can knock a scissor, and a paper can wrap a rock.)
Linear time-invariant systems problems : Compute the impulse response of the LTI system whose step response - Plot the response of the RC circuit shown in Fig. P2.6 to the input shown
Discuss the significance of the clarifying lawful overseas : Discuss the significance of the Clarifying Lawful Overseas Use of Data Act (CLOUD ACT) for India , which was recently signed by the US President.
Write a program that prompts user for a text file pathname : Consult the CountWords.java program provided below. You will have to look up the method in the String class that indicates whether one string contains another.
Examine the challenges posed by driverless cars to various : Examine the challenges posed by driverless cars to various stakeholders such aa regulators, Governments , manufacturers and customers.
Determine the range for which each alternative is best : Determine the range for which each alternative is best. Are there any alternatives that are never best? Which?
A program that prompts the user for the name of a text file : Write a program called CountLetters.java that prompts the user for the name of a text file, reads in all of the text in that file, and then computes.
Discuss the key arguments and findings from pertinent : Discuss the key arguments and findings from pertinent literature and draft your critical review keeping in mind its purpose Formulate the main research question

Reviews

Write a Review

JAVA Programming Questions & Answers

  Recursive factorial program

Write a class Array that encapsulates an array and provides bounds-checked access. Create a recursive factorial program that prompts the user for an integer N and writes out a series of equations representing the calculation of N!.

  Hunt the wumpus game

Reprot on Hunt the Wumpus Game has Source Code listing, screen captures and UML design here and also, may include Javadoc source here.

  Create a gui interface

Create GUI Interface in java programing with these function: Sort by last name and print all employees info, Sort by job title and print all employees info, Sort by weekly salary and print all employees info, search by job title and print that emp..

  Plot pois on a graph

Write a JAVA program that would get the locations of all the POIs from the file and plot them on a map.

  Write a university grading system in java

University grading system maintains number of tables to store, retrieve and manipulate student marks. Write a JAVA program that would simulate a number of cars.

  Wolves and sheep: design a game

This project is designed a game in java. you choose whether you'd like to write a wolf or a sheep agent. Then, you are assigned to either a "sheep" or a "wolf" team.

  Build a graphical user interface for displaying the image

Build a graphical user interface for displaying the image groups (= cluster) in JMJRST. Design and implement using a Swing interface.

  Determine the day of the week for new year''s day

This assignment contains a java project. Project evaluates the day of the week for New Year's Day.

  Write a java windowed application

Write a Java windowed application to do online quiz on general knowledge and the application also displays the quiz result.

  Input pairs of natural numbers

Java program to input pairs of natural numbers.

  Create classes implement java interface

Interface that contains a generic type. Create two classes that implement this interface.

  Java class, array, link list , generic class

These 14 questions covers java class, Array, link list , generic class.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd