C++ Programming First, Middle, Name Program
Write a program that reads a person's name from the keyboard in the format
First Middle Last. It should then (1) print each of the names on a
separate line and (2) print the person's initials on the fourth line.
Assume that each person has exactly 3 names, that the first name begins in
the first position on a line (there are no leading blanks) and that the
names are separated from each other by a single blank.
Im stuck and don't know where to start. Also fairly new at programming. I
just need help with some steps to take.
No comments:
Post a Comment