Two-Dimensional Array Examples
const
int
NUM_ROWS = 100;
const
int
NUM_COLS = 9;
float
alpha[NUM_ROWS][NUM_COLS];