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
Get step-by-step solutions from verified subject matter experts
