Question: Write a monogram program that asks the user for their first name, then their middle name, then their last name, and then displays their initials
Write a "monogram" program that asks the user for their first name, then their middle name, then their last name, and then displays their initials (using periods for each letter).
For instance, if the user enters Tim for the first name, Carl for the second name, and Smith for the last name, the output should be T.C.S.
In Java InteliJ please.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
