We will have the second test on Thursday, October 20. It will cover material
covered up to and including October 6.
Homework:
Rewrite the Die Frequency program using an array for the die
frequencies. It should cut down on the section of code that has
a Select Case (or bunch of ifs).
Rewrite the GPA calculator program using an array for the
grades (A, A-, ...) and another (parallel) array for the
weights (4, 3.667, ...). Again, it should cut down on the section of
code that has a Select Case (or bunch of ifs).