Question: java program Checkpoint 1 1. Write a static method that takes a string argument containing a person's full name as a parameter, and returns a
java program

Checkpoint 1 1. Write a static method that takes a string argument containing a person's full name as a parameter, and returns a string containing just their initials. The name may have many parts or just one, e.g., for the name "Cher" the method returns "C", for the name "Edna del Humboldt von der Schooch" the method returns "EdHvdS". Test your code
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
