I am saving in an arraylist in this way (“name”, “surname”, “id”, “email”, “score”)
I trying to edit a user in this arraylist by first searching using id and that part i’m ok with it but then I need to keep the same name,surname and email and just change the score.
Can someone help me, thanks.
first of all create a class User
store your users objects in a HashMap
and update the object in the map