1. An advantage of using the For Each…Next statement to process an array is that your code does not need to keep track of the array subscripts or even know the number of array elements. a True b False 2. Each menu title in an application does not need to have a unique access key. a True b False 3. You can create many levels of submenus in an application. a True b False 4. Sequential access files can be used for an application’s input, but not its output. a True b False 5. To refer to the element located in the first row, first column in a two-dimensional array named strProducts, you use ____. a strProducts(0, 0) b strProducts{0, 1} c strProducts(1, 1) d strProducts[0, 0]