Question: NEED C++ HELP. PLEASE FOLLOW DIRECTIONS CAREFULLY : Use a 1 dimensional array object to create a 2 dimensional table object. Then modify to create
NEED C++ HELP. PLEASE FOLLOW DIRECTIONS CAREFULLY:
Use a 1 dimensional array object to create a 2 dimensional table object. Then modify to create a triangular table.
Example:

Objective -> create an array of dynamic objects of RowAray inside Table. See below for RowAray.h, Table.h, Then create a triangular table like the example above.
Fill each cell with random 2 digit integers. The Example Table above has 8 columns of RowAray objects each filled with 6 rows of random 2 digit numbers.
Then create a triangular table using the concept of the original table.
*Create .cpp files for RowAray.h, Table,h, and Triangle.h*.
RowAray.h:

Table.h:

Triangle.h:

Lastly, here is the main.cpp file:



Program Output Reviewl Ele Edt yew Navigate Source Refgctor Bun Debug brofile Team Toolsindow Help ObjectArray - Netleans IDE 8.2 Projects Fie Service8 Classes Output x Batteshipvi -e Compare Constructs CPP PHP Javascpt prectsArays FuncionsPThe Row Array size 8 printed 4 per Line CPP Constructs 99 40 60 35 a10 90 55 10 le aSript PHP Get Post Ble ISONCookies The table size is [row,col][6,8] 21 99 88 83 39 43 34 26 21 44 74 55 75 74 19 64 90 85 20 78 31 48 61 53 23 75 50 59 44 97 30 54 79 42 10 62 85 65 78 71 48 11 75 20 27 28 99 25 Revicn Header Fles Resource Files Source Files Triangle.cpp Test Fles Important Files The triangular table size is [row, row] = [6,6] 11 Reviem3.CIS 17t.Template 33 91 59 9 69 48 68 73 54 82 62 87 31 58 88 75 19 98 RUN SUCCESSFUL (total time: 83ms) 265572 825 9828 5488 11948
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
