C++ program to find average of 10 numbers

By: Prof. Dr. Fazal Rehman | Last updated: February 3, 2024

Write a C++ program to find the average of 5 numbers.
Output Enter five numbers: 44 33 2 34 55 8 6 4 5 6 Sum = 197 Average = 19.7

Write a C++ code to find the average of 5 numbers using for loop and array.

Output Enter five numbers: 44 33 2 34 55 8 6 4 5 6 Sum = 197 Average = 19.7

C++ program to find the average of 5 numbers

All Copyrights Reserved 2025 Reserved by T4Tutorials