An array of Integers named a has been declared with 12 elements.

LANGUAGE: Visual Basic

CHALLENGE:

An array of Integers named a has been declared with 12 elements.  The integer variable k holds a value between 2 and 8.  Assign 22 to the element just before a[k].

SOLUTION:

a(k-1) = 22