Problem
1. You can use nested for loops to sum the values in each row of array Plan. What range of values would the outer for loop count through to do this?
2. You can use nested for loops to sum the values in each column of array Plan. What range of values would the outer for loop count through to do this?