0
If i define an array with objects in it, can i then later add more?
if i do, int[] arr = {1,2} can i then later do something along the lines of arr[i] = 3
5 Answers
+ 1
thank you
+ 1
niclas You're welcome.
+ 1
i always forget the semicolon because lately i have been using a language where u dont put semicolons
0
Is there any workaround?
0
bump