...

/

A Problem Solved: Processing a String

A Problem Solved: Processing a String

In this lesson, we will demonstrate some of the methods in the class String.

We'll cover the following...

Problem statement

Read a person’s name, compute its length, and identify the first and last names and the person’s initials. If the name is typed on one line, insist that only one space occur between the ...