using four loops only (C++)
Write a C++ program to declare 3 arrays, ArrayA, ArrayB, ArrayC, to hold 25 integers each. Write code to do the following- in this order. Read data into ArrayA. Print ArrayA, including the array name and using a counter to number the elements as shown below, with columns aligned. Array A 1. 59 2 . 234 3. 90 4. 1285 .etc. Repeat for Array B. Compute the Sum and the Average
OR
OR