Before we can use an array, however, we need to initialize it.
Sweet! We use the word new to create an array. The number in the brackets says that the array will be able to store 4 elements.
new
Didn't we agree to create an int-type array?
int