Electrical and Computer Engineering
14
of 17
UAH
CPE 112
•
const
int
NUM_ROWS = 100;
•
const
int
NUM_COLS = 9;
•
float
alpha[NUM_ROWS][NUM_COLS];
•
Two-Dimensional Array Examples