News

Let's create an array with enough memory for 10 integers. numbers = new int[10]; With the new operator , we create the array object and assign it to our numbers variable we created before.