Question: 4. Programming Question Intermediate #1 Given a list of email addresses, assume that the handle of each email address is in the first initial-last name

4. Programming Question Intermediate #1 Given a list of email addresses, assume that the handle of each email address is in the "first initial-last name" format, meaning that a handle like jlynn represents a user with the first initial 'I' and the last name "Lynn". Write a program that goes through the email list and prints out the user's proper name as "first initial period last name. Note the punctuation and capitalization. Sample input: 'rsmith@scmail.spelman.edu', jlynn@spelman.edu' Sample output: R. Smith
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
