Java arrays.
Array is declared in the above program along with this line of code. Java Code: // declares an array of integers int[] anArray; Array declaration also consists of 2 components, just like other declarations for other types of variables. They are Array’s nameArray’s type Array’s type is written as type[]. An array’s name could be anything that you may want provided it follows the conventions. Just like other type variables, array ...
// declares an array of integers int[] anArray;
thanks...
sorry for all the questions
thanks...
06-14-2013, 02:22 PM in gbonecapone