Question: Answer this using cp++ 4. Multi-Dimensional Partially Filled Array (Review problem) Implement a. A partially filled two dimensional array of size 100x100 b. A standard
Answer this using cp++

4. Multi-Dimensional Partially Filled Array (Review problem) Implement a. A partially filled two dimensional array of size 100x100 b. A standard output function that displays the array as a matrix c. Request a value between 2 and 100 from the console. Validate the value d. A populate function that seeds the array with a multiplication table of the value specified by the user. the appropriate level of spacing between integers for a neat table. Example: e. A calcSpace function that is used by the output function to determine Select a value between 2 and 100:5 2 2 46 8 10 3 3 6 9 12 15 4 48 12 16 20 5 5 10 15 20 25 Note: All of the above values are part of the array, including the column and row headers (0,1,2,3,4,5) You have not been exposed to partially filled multi-dimensional arrays. Nonetheless, you should be able to figure this out on your own with a moderate level of effort. This is what computer science students do
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
