Problem
1. Define an array data type called Quiz_Array that will contain 12 components indexed by the integers 21 through 32. The component type is Boolean.
2. If an array is to hold the number of correct answers given by students to each question on a 20-question multiple choice quiz, what data types should you use for the indices and components of the array? Assume a class size of 50.