1234
int myarray[10]; float whatever = 5; myarray[whatever] = 5; // this will error, can't use a float as an index