Untitled document - Google Docs

1 answer below »
pfa


Untitled document - Google Docs
Answered Same DayMay 21, 2021

Answer To: Untitled document - Google Docs

Shalini answered on May 21 2021
128 Votes
#include
#include
#include
using namespace std;
class Player{
    privat
e:
        string name;
        float avg;
    public:
        void setName(string n){
            name=n;
            
        }
        void setAvg(float a){
            avg=a;
        }
        string getName(){
            
            return name;
        }
        float getAvg(){
            return avg;
        }
        
            
};
void getData(Player[]);
void...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here