Posts by LUCIA • 1 point
1 post
-
0
votes1
answer102
viewsQ: Why do I only see the last one when I insert three objects?
I need to create a class carro. The program must contain a collection of cars of the type ArrayList. Your program should allow you to add, delete and query cars to ArrayList. I implemented two…