Posts Tagged ‘20702’
Assume that an array named a containing exactly 5 integers has been declared and initialized.
LANGUAGE: JAVA CHALLENGE: Assume that an array named a containing exactly 5 integers has been declared and initialized. Write a single statement that adds 10 to the value stored in the first element of the array.
Read More