Write a statement that displays the value of the second element in the long array balance.
4 Likes
System.out.println(balance[1]);
Answered By
1 Like
Declare following arrays: budget of 58 double element.
Declare an array of 5 ints and initialize it to the first five even numbers.
For a multidimensional short array X[5][24], find the number of bytes required.
For a multidimensional array B[9][15] find the total number of elements in B.