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,

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!