I'm working on a problem that asks to write a 2D array, and remove 0's from it and output it as a 1 dimensional array. I have no issues populating the 2D array, but its converting it to a 1D array that is confusing me. Can someone try to guide me in the right direction? Thanks. (P.S- I'm not asking for anyone to do the coding, just to guide me the right way)