I need to create a program that can store the names of 5 people and a status message for each. It must be able to display the names and statuses. I also want to be able to change the statuses of any person.
Here on Stack Overflow, the most relevant example to my question is this one. storing names and other information
However, not specific enough as I am a beginner. Any suggestions on good tutorials for such assignment?
I am using Eclipse