Write a program that asks the user to enter there first , middle and last name. (Use three pop-up windows)
and outputs to a pop-up window their name in the following form.
last, first middleInitial
For example if I enter. Joe Joe Pass, you output
Pass, Joe J.
To get the first letter of the middle name use the charAt method from the String class.