Assume that an ArrayList named salarySteps whose elements are of type Integer and that has exactly five elements has already been declared. Write a single statement to assign the value 30000 to the first element of this array.
LANGUAGE: JAVA
CHALLENGE:
Assume that an ArrayList named salarySteps whose elements are of type Integer and that has exactly five elements has already been declared.
Write a single statement to assign the value 30000 to the first element of this array.
SOLUTION:
The Bad News: The content you are trying to access is only available to members.
The Good News: You too can be a member, simply Click Here.
Already a member? Log In Here
Posted in Java, Learn To Code