Question
Please do the following in Java Programming Language as a one Program: Sample.txt Call me Ishmael. Some years agonever mind how long preciselyhaving little or
Please do the following in Java Programming Language as a one Program:
Sample.txt
Call me Ishmael. Some years agonever mind how long preciselyhaving little or no money in my purse, and nothing particular to interest me on shore, I thought I would sail about a little and see the watery part of the world. It is a way I have of driving off the spleen and regulating the circulation. Whenever I find myself growing grim about the mouth; whenever it is a damp, drizzly November in my soul; whenever I find myself involuntarily pausing before coffin warehouses, and bringing up the rear of every funeral I meet; and especially whenever my hypos get such an upper hand of me, that it requires a strong moral principle to prevent me from deliberately stepping into the street, and methodically knocking peoples hats offthen, I account it high time to get to sea as soon as I can. This is my substitute for pistol and ball. With a philosophical flourish Cato throws himself upon his sword; I quietly take to the ship. There is nothing surprising in this. If they but knew it, almost all men in their degree, some time or other, cherish very nearly the same feelings towards the ocean with me.
Using the String methods, Arrays methods, StringBuilder and Arraylist functionality we have discussed in class, perform the following operations on the text in the sample.txt file associated with this assignment (it is in the same place as this document). You should copy the text from that file into a String variable in your code. Your code should preform the following operations on the provided string and print the results to System.out 1. 2. 3. 4. 5. 6. 7. Provide the length of the text. Find the first location of the word "grim" Give the substring from index 199 to index 225 Find the number of occurrences of the word "whenever" Break the string into tokens using space as a delimiter, place the tokens in an array. Provide the count of the number of tokens. Reassemble the string in reverse order from the tokens in the arrayStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started