nested for loops

Consider the image pattern described by the matrix P(I,j)

P(i,j)=
. . . . .
. . . . .
. . . . .
. . . . .
* * * * *

show the usage of nested 'for' loops to initialise the two dimensional array P(i'j)
Last edited on
And your effort thus far is .... ?
Topic archived. No new replies allowed.