Posts by Matheus Cavalcante • 13 points
1 post
-
-1
votes1
answer141
viewsQ: How to create a variable-sized array in Java?
I am trying to perform an exercise in Java that creates an A vector and adds even and odd values in 2 vectors, B and C, respectively. However, I am required to declare the size of these vectors…