Question: Write a program where you declare 3 arrays of 5 integers each. For two of the arrays get the values from the user. Add the
Write a program where you declare 3 arrays of 5 integers each. For two of the arrays get the values from the user. Add the respective elements of these two arrays and store the results in the third array.
Example:
Array1= 1 2 3 4 5
Array2 = 1 1 2 3 4
Array3 should be: 2 3 5 6 9
Step by Step Solution
There are 3 Steps involved in it
Solution Code and output int a5 b... View full answer
Get step-by-step solutions from verified subject matter experts
