For this program, I have to read full names in from a .txt file and capitalize the first letter of the first name and the first letter of the surname.
Ex. john brown ----> John Brown
The program must also concatenate the results so that
John Brown -----> JNBN
How would I go about doing this? I have no clue how to do this. I'm brand new to Java.