Computer Applications
Write a statement that displays the value of the second element in the long array balance.
Java Arrays
4 Likes
Answer
System.out.println(balance[1]);
Answered By
1 Like
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