Math, asked by renee789, 10 months ago

Rules to build magic squares

Answers

Answered by anshuboss
1

Answer:

Start in the middle of the top row, and let n=1;

Insert n into the current grid position;

If n=N2 the grid is complete so stop. ...

Move diagonally up and right, wrapping to the first column or last row if the move leads outside the grid. ...

Return to step 2.

Similar questions