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, (2) print the person's initials on the...

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, (2) print the person's initials on the fourth line, (3) print the first 3 letters of the person's middle name on the fifth line, (4) print the eighth character in the persons full name on the sixth line, and (5) print the total number of characters in the person's name (including the spaces) on the seventh line. Assume that each person has exactly 3 parts to their name with no spaces or punctuation within each part, that the names are separated from each other by a single space, and that the full name has at least 8 characters.
Jun 22, 2021
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here