I wanted to select several columns from a 2D array and form a new array which will be my final data.
I have the program below. I would like to know if there is a smart way to do it using FOR loop.
I've tried once but no success.
I wanted to select several columns from a 2D array and form a new array which will be my final data.
I have the program below. I would like to know if there is a smart way to do it using FOR loop.
I've tried once but no success.