Question: Given the two one-dimensional arrays A = (1.2 6.3 5.2 -3.1 -6.8] and B = [5.5 -2.3 11.2 3.5 -8.8]. Write a program in C++

Given the two one-dimensional arrays A = (1.2 6.3 5.2 -3.1 -6.8] and B = [5.5 -2.3 11.2 3.5 -8.8]. Write a program in C++ language to add these two arrays and store the result in X array, therefore display the X array on the screen as a column vector
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
