Write C Program Declare 3 Arrays Arraya Arrayb Arrayc Hold 25 Integers Write Code Followi Q37084017

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- inWrite 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

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.