Given an array a, write an expression that refers to the first element of the array.
LANGUAGE: JAVA
CHALLENGE:
Given an array a, write an expression that refers to the first element of the array.
SOLUTION:
a[0]
Given an array a, write an expression that refers to the first element of the array.
a[0]