+ 2
How to take an array as input(of unknown length) without using buffered reader?
đ maybe that's too basic...
1 Answer
+ 4
You can't and that is maybe the main lack of arrays. Using lists in that situations is better.
đ maybe that's too basic...