Question: This is what I'm having trouble with: Using string class methods, make a Monogram application that prompts the user for his or her first name,
This is what I'm having trouble with:
Using string class methods, make a Monogram application that prompts the user for his or her first name, middle name, and last name and then displays a monogram with the first and middle initials in lowercase and the last initial in uppercase. Application output should look similar to:
Enter your first name: Alonso
Enter your middle initial: H
Enter your last name: Eloy
Your monogram is: ahE
I'm just confused as to what methods to use to solve this.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
