C++ program to find average of 5 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: 4 5 6 7 8 Average = 6  

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

Output Enter five numbers: 9 8 7 66 5 Sum = 95 Average = 19

C++ program to find the average of 10 numbers

All Copyrights Reserved 2025 Reserved by T4Tutorials