Use the var keyword to create an array without specifying its type explicitly:
This will create an array of integers with five elements and assign it to the numbers variable.
The first example creates an array of integers with five elements, while the second example creates an array of strings with three initial elements. The third example creates a two-dimensional array with two rows and two columns.