int a[10][10];        //10x10 array for 100 integers

float b[10][10][10];  //10x10x10 array for 1000 floats