Program To find Average Of Array
In this program, we will learn about taking integer input from the user and storing it in the 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. Program code: Output: Note: also read about Python Class Follow Me […]
December 8, 2022 | C++ | No comments