Problem
1. Write a program fragment using for loops that fills a variable of type Four_Dim called Quick with zeros.
2. Write a program fragment using an array aggregate with others clauses that fills a variable of type Four_Dim called Quick with blanks.
3. Suppose that you are writing a program to process a table of employee numbers, names, and pay rates. Is a two-dimensional array an appropriate data structure for this problem? Explain.