Posts by Allan Bastos • 31 points
1 post
-
2
votes1
answer3277
viewsQ: How to change item in an Arraylist index?
I’m having trouble with this array exercise: a) Create the Blocodenotes class that has an attribute ArrayList<String> called notes. Create methods to insert, remove and fetch notes. Create a…