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