array ardui code example Example: array arduino int myArray[6]; int myArray[] = {2, 4, 8, 3, 6}; int myArray[6] = {2, 4, -8, 3, 2};