Question: C++ Programming please help me faster QUESTION 2 Four Fanuc robot arms were selected to execute spot welding operation. The parameters are as follow: Robot

C++ Programming please help me faster
QUESTION 2 Four Fanuc robot arms were selected to execute spot welding operation. The parameters are as follow: Robot Axes Load(kg) Reach (mm) Arm 1 100 2655 Arm 2 200 2208 5 6 Arm 3 6 100 3540 Arm 4 6 125 3100 Create a program with the following criteria: 1) Create a function to display the parameters. ii) Pass the parameters to the function using a 2-d array. ii) The list must be created using a for loop control technique. Example of the output format is shown in Figure 2. 30 marks Robot Parameters: Robot Arml 5 220 1655 Robot Arm2 6 150 1208 Robot Arm3 6 150 1540 Robot Arm4 6 125 1100 Figure 2: Example of the output format
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
