I want to define an array without a fixed size.
For example: I have an array with numbers (the user enters these numbers into an array), and I want to split it into two arrays. But I do not know in advance how many numbers the user enters.
How can i do this?
source share