Question: Write a program which get a string as an input, edit the string and then print it out in the console. Revise the string as

Write a program which get a string as an input, edit the string and then print it out in the console. Revise the string as follows:

1- remove all underline characters in the string.

2- each string should be written in such a way that each word in the middle of the string begins with a capital letter, with no intervening spaces or punctuation, except for the first word which should start with the lower case.

Input Output
count Count
number_of_students numberOfStudents
max_grade_in_class maxGradeInClass

Create the class StringManipulation.java

Write the test program, MyMain_string.java, to do the following: Create objects from StringManipulation class. Enter input as mentioned in the examples. Print out the edited String. Create documentation

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!