Showing posts with label AverageOfNumbers. Show all posts
Showing posts with label AverageOfNumbers. Show all posts

C++ Code To Find The Average Of The Numbers Entered::

C++ Code To Find The Average Of The Numbers Entered::
============================================

#include <iostream>
using namespace std;
int main()
{
    int a;
    double sum=0;
    cout<<"Enter The Number of Terms : ";