Given an array a, write an expression that refers to the first element of the array.
LANGUAGE: Visual Basic
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)