There exists an engineering firm that is producing different products using automated systems. You have been asked to write programs to help automate some activities in the firm. You are part of a team in the software engineering processes. The firm deals with processing of support beams of aircrafts. The dimensions of the beam vary per aircraft type. Using the situation below, solve the problem for your teammates. Table 1: Beam information Name Product category Year City of origin Country Batch number Height Length with Density Table 2: types of aircrafts A B C D E F Table 3: Length of beams taken A B C D E F 1 4.05 8 9 6.01 6.08 5.4 2 4.44 8.1 9 6.10 6.10 5.6 3 4.51 7.9 9.02 6.10 6.20 5.7 4 4.35 8 9.01 6.08 6.07 5.6 5 4.32 8 9.07 6.18 6.18 5.9 Write a structure for Table 1. Write a class for Table 1. Using multidimensional arrays, write the arrays in C++ language for Table 3. Before the int main() function, declare 5 objects for the class for Table 1. Using two for loops and two dimensional arrays, write a program to calculate the average length for each type of beam.
There exists an engineering firm that is producing different products using automated systems. You have been asked to write programs to help automate some activities in the firm. You are part of a team in the software engineering processes. The firm deals with processing of support beams of aircrafts. The dimensions of the beam vary per aircraft type. Using the situation below, solve the problem for your teammates.
Table 1: Beam information
Name |
|
Product category |
|
Year |
|
City of origin |
|
Country |
|
Batch number |
|
Height |
|
Length |
|
with |
|
Density |
|
Table 2: types of aircrafts
A |
|
B |
|
C |
|
D |
|
E |
|
F |
|
Table 3: Length of beams taken
|
A |
B |
C |
D |
E |
F |
1 |
4.05 |
8 |
9 |
6.01 |
6.08 |
5.4 |
2 |
4.44 |
8.1 |
9 |
6.10 |
6.10 |
5.6 |
3 |
4.51 |
7.9 |
9.02 |
6.10 |
6.20 |
5.7 |
4 |
4.35 |
8 |
9.01 |
6.08 |
6.07 |
5.6 |
5 |
4.32 |
8 |
9.07 |
6.18 |
6.18 |
5.9 |
- Write a structure for Table 1.
- Write a class for Table 1.
- Using multidimensional arrays, write the arrays in C++ language for Table 3.
- Before the int main() function, declare 5 objects for the class for Table 1.
- Using two for loops and two dimensional arrays, write a program to calculate the average length for each type of beam.
![](/static/compass_v2/shared-icons/check-mark.png)
Step by step
Solved in 3 steps with 3 images
![Blurred answer](/static/compass_v2/solution-images/blurred-answer.jpg)
![Database System Concepts](https://www.bartleby.com/isbn_cover_images/9780078022159/9780078022159_smallCoverImage.jpg)
![Starting Out with Python (4th Edition)](https://www.bartleby.com/isbn_cover_images/9780134444321/9780134444321_smallCoverImage.gif)
![Digital Fundamentals (11th Edition)](https://www.bartleby.com/isbn_cover_images/9780132737968/9780132737968_smallCoverImage.gif)
![Database System Concepts](https://www.bartleby.com/isbn_cover_images/9780078022159/9780078022159_smallCoverImage.jpg)
![Starting Out with Python (4th Edition)](https://www.bartleby.com/isbn_cover_images/9780134444321/9780134444321_smallCoverImage.gif)
![Digital Fundamentals (11th Edition)](https://www.bartleby.com/isbn_cover_images/9780132737968/9780132737968_smallCoverImage.gif)
![C How to Program (8th Edition)](https://www.bartleby.com/isbn_cover_images/9780133976892/9780133976892_smallCoverImage.gif)
![Database Systems: Design, Implementation, & Manag…](https://www.bartleby.com/isbn_cover_images/9781337627900/9781337627900_smallCoverImage.gif)
![Programmable Logic Controllers](https://www.bartleby.com/isbn_cover_images/9780073373843/9780073373843_smallCoverImage.gif)