This document provides instructions for 5 Visual Basic array programming assignments:
1) Store values in an integer array and display them using message boxes. Try accessing an invalid index.
2) Populate an integer array from a user-input start value. Display the array in a list box.
3) Store user text inputs in a global string array. Concatenate and display the concatenated array.
4) Populate a dynamic integer array with random numbers. Display in a list box.
5) Implement and multiply two matrices stored in arrays. Display the product matrix.