Hello. Okay this is how should array look like after its filled. it's 2-dimension
A[10][10] as shown in table. Can someone give me a hint how to fill it like that?
I know only how to fill it with random(); using two for()cycles. I am working on c++ borland.