Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #ifndef TESTSCORES_H
- #define TESTSCORES_H
- class TestScores
- {
- private:
- int scores;
- double *ptr;
- public:
- TestScores(double[], int);
- double returnAverage();
- };
- #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement