Sei sulla pagina 1di 1

FINAL EXAM EXERCISE

Please email to me (pelabwork@gmail.com) if you want the


answer.

1) Consider a two-dimensional 8 x 8 array for a board game:


int board [8][8];
Using nested loops, initialize the board so that 0 and 1 are alternately
assigned, as per Figure 1.

Figure 1

Potrebbero piacerti anche