Computer Science, asked by ijaijas90, 1 month ago

write a c++program to create an array of 5 number and find the average​

Answers

Answered by binibijoabiyaaaron
1

Explanation:

Write a C++ program to Calculate Average Of Array Elements.

In this program we will learn about taking integer input from user and storing it in array. Then we will find the sum of all array elements using for loop and finally calculate the average of N input numbers stored in an array.

Similar questions