write a programme having a class named average whose job is to find average of 5 numbers entered by user.for storing those numbers use an array create two objects and call the member functions of the average class using those two objects individually
1
Expert's answer
2013-02-05T09:13:27-0500
#include <iostream> using namespace std; class average{ public:
Comments
Leave a comment