Question: Write a JAVA program that asks the user to enter their name, stores itas a string and then outputs the abbreviated form of their name.
Write a JAVA program that asks the user to enter their name, stores itas a string and then outputs the abbreviated form of their name. Sample test cases are shown below.
Input : John Wesley Powell
Output : J.W. Powell
Input: Obi Wan Kenobi
Output: O.W. Kenobi
Input: Albus Percival Wulfric Brian Dumbledore
Output : A.P.W.B. Dumbledore
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
