Task:
Take the program you wrote for Homework 4.
Modify it so that rather than creating 10 different variables for the bases and
powers, you use two arrays - one for the bases and one for the powers.
Purpose: The primary purpose of this lab is to introduce arrays.