Declare the static variables x and y for the size of an array java code example
Example: how to make a fixed size array in java
dataType[] arrayRefVar = new dataType[arraySize];
dataType[] arrayRefVar = new dataType[arraySize];