Problem
1. Write a program fragment that uses for loops to initialize array Plan from questions to all zeros.
2. Write a program fragment that uses an array aggregate to initialize array Plan from question 12 to all zeros.
3. Write a program fragment that prints the contents of array Plan from question.
Question 12
Define a two-dimensional array data type called Chart with 30 rows and 10 columns. The component type of the array is type Float.