Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started