News

As noted in the comments, Java arrays employ C-like zero-based indexes and so using an index of 0 obtains the first element. ... import static java.lang.System.out; import java.util.Arrays; ...
Both Arrays.toString (Object []) and Arrays.deepToString (Object []) are static methods that act upon the arrays provided to them.
You can define initial values for the elements of a static array by listing the initial values in parentheses following the list of element names in the DECLARE or ARRAY statements. Commas are ...