Given that an array named a with elements of type Integer has been declared, assign 3 to its first element.
LANGUAGE: Visual Basic
CHALLENGE:
Given that an array named a with elements of type Integer has been declared, assign 3 to its first element.
SOLUTION:
a(0) = 3