sizeof() will return the number of bytes in an array..

But if we divide the size of the array by the size of a single element, we'll have the number of elements!

Don't worry about bytes just yet, but just note the number of bytes in the array divided by the number of bytes in a single element will give you the size!