Question: Write a program that gets strings containing a persons first and last name as separate values, and then displays their initials, name in address book,
Write a program that gets strings containing a person’s first and last name as separate values, and then displays their “initials”, “name in address book”, and “username”. For example, if the user enters a first name of “John” and a last name of “Smith”, the program should display “J.S.”, “John SMITH”, and “jsmith”.
Step by Step Solution
3.37 Rating (153 Votes )
There are 3 Steps involved in it
Here is a program that gets strings containing a persons first and last ... View full answer
Get step-by-step solutions from verified subject matter experts
