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 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
C include int main const int size 4 int Asize Bsize s... View full answer
Get step-by-step solutions from verified subject matter experts
