Question: Write a C++ programme to enter 4 numbers inside two arrays A[4] and B[4] then find the summation between them sum[i]= A[i] + B[i]

Write a C++ programme to enter 4 numbers inside two arrays A[4] and B[4] then find the summation between them

Write a C++ programme to enter 4 numbers inside two arrays A[4] and B[4] then find the summation between them sum[i]= A[i] + B[i] for each index.

Step by Step Solution

3.30 Rating (150 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

C include int main const int size 4 int Asize Bsize s... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Computer Network Questions!