Problem

Miscellaneous String Operations Write a class with the following static methods:...

Miscellaneous String Operations

Write a class with the following static methods:

WordCount. This method should accept a reference to a String object as an argument and return the number of words contained in the object.

arrayToString. This method accepts a char array as an argument and converts it to a String object. The method should return a reference to the String object.

mostFrequent. This method accepts a reference to a String object as an argument and returns the character that occurs the most frequently in the object.

replaceSubstring. This method accepts three references to String objects as arguments. Let’s call them string1, string2, and string3. It searches string1 for all occurrences of string2. When it finds an occurrence of string2, it replaces it with string3. For example, suppose the three arguments have the following values:

With these three arguments, the method would return a reference to a String object with the value “that dog jumped over that fence”. Demonstrate each of these methods in a complete program.

Step-by-Step Solution

Request Professional Solution

Request Solution!

We need at least 10 more requests to produce the solution.

0 / 10 have requested this problem solution

The more requests, the faster the answer.

Request! (Login Required)


All students who have requested the solution will be notified once they are available.
Add your Solution
Textbook Solutions and Answers Search
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT