Problem
Write a code fragment to do the following.
a. Define a subtype Score_Range to be from 0 to 100.
b. Define an array data type Student_Scores of length Max_Length. The components are of type Score_Range.
c. Declare an array variable Quiz_One to be of the type Student_Scores