Problem
Given the declarations
answer the following:
a. What is the number of rows in Kids_In_Sports?
b. What is the number of columns in Kids_In_Sports?
c. What is the number of rows in Cost_Of_Sports?
d. What is the number of columns in Cost_Of_Sports?
e. How many Integer variables have been declared? Count each array component as a separate variable. f. How many Float variables have been declared? Count each array component as a separate variable. g. What kind of processing (row or column) would be needed to total the amount of money spent on each sport?
h. What kind of processing (row or column) would be needed to total the number of children participating in sports at a particular school?