posted 13 years ago
Hello I'm working on an array on Java and I need it's really confusing me.
I have to input last names using the dialog box and store them into an array. Then take that array, loop through it to get the last character of the last name and the next to last and capitalize those characters.
Example "Smith" should return H. S. Smith, then store the new formatted names into an array and return that array.
I've created two classes
This isn't completed yet, but so far it doesn't work. So please, I don't want the answer right away to this problem but an understandable way to do this so I can get it.
=-)