There is an issue when octal values are used in double or float arrays, but they can be used in Integer arrays without any problems. double[][] vCIFHa = ...
An array is a container object that holds a finite number of values of a specific type. The number of elements the array can store is defined upon creation and cannot be changed afterward. After ...