Magic squares of doubly even order: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: elided a useless character.)
m (→‎{{header|Java}}: added comment)
Line 30: Line 30:
+ "multiple of 4");
+ "multiple of 4");


// pattern of count-up vs count-down zones
int bits = 0b1001011001101001;
int bits = 0b1001011001101001;
int size = n * n;
int size = n * n;