Posts by Abraão Paiva • 1 point
1 post
-
-1
votes1
answer42
viewsQ: How to fill null spaces in a java array?
I need to store a person’s first and last name within a variable. I was able to separate String words within an array and take the first name (by index 0) - and now I would like to know how to get…