Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Programming questions