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...