Question: Create a program called prog_2.c. The objective is to ask the user for twenty (20) integers. The first ten (10) should then be the elements
Create a program called prog_2.c. The objective is to ask the user for twenty (20) integers. The first ten (10) should then be the elements of an array called Num1 and the next to a second array called Num2. Then you should calculate the sum of the corresponding elements of the two arrays and save it to a third array called Sum. Finally, the program should output all the arrays (side by side) with the appropriate headers.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
