Hi everyone,
I created 2 arrays. I wanted to store some of the values in the first array in second array.
For example, the first array content 50 values and by using if statement, out of the 50 values only 5 of them will be stored in the second array. I want the values to be stored accordingly in the second array which mean second array 0,1,2,3,4 will contain the values. How can I do that? Thank you.
Any comment and solution will be much appreciated.
I created 2 arrays. I wanted to store some of the values in the first array in second array.
For example, the first array content 50 values and by using if statement, out of the 50 values only 5 of them will be stored in the second array. I want the values to be stored accordingly in the second array which mean second array 0,1,2,3,4 will contain the values. How can I do that? Thank you.
Any comment and solution will be much appreciated.