Posts by ChrisMM • 1 point
2 posts
-
0
votes2
answers86
viewsA: What is wrong with this method?
You can change this "==" in if ListadeAmigos[i].getCel() == usr.getCel()by equals(), I think it would be better, the "==" tests the reference, and not the value. That would be the first thing I saw…
-
0
votes1
answer1232
viewsQ: Remove the last value of an array
I have a basic college project and one of the requirements of the exercise is to remove the last value from an array of integers. I am not able to do with the last value be removed without using an…