News

int[] numbers; This line of code declares an array of integers with the name " numbers ". Square brackets have to be used so that the compiler knows that numbers is an array-type.