Question: InitialsExtractor.java Write a program which asks user for a full name and then extract initials from the full name. Here the initials will be the
InitialsExtractor.java
Write a program which asks user for a full name and then extract initials from the full name. Here the initials will be the combination of the first character in first name and the first character in last name.
First, handle the full name with "First Last" format. For example, if the user enter "alex johnson", the program should extract 'a', 'j', and display AL.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
