Question: (20p) 2. Write a function that accepts a string as an argument. The string should contain a persons first, middle, and last names. The function
(20p) 2. Write a function that accepts a string as an argument. The string should contain a persons first, middle, and last names. The function should print the persons first, middle, and last initials. For example, if the user enters John William Smith, the function should display J. W. S. Take user input and call the function with the input string as an argument.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
