Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #ifndef COURSE_H
- #define COURSE_H
- class course
- {
- public:
- course(int pubAnswers[4]);
- void courseWrite();
- private:
- int numberRightOverall;
- int numberRightVersion[4];
- int a,b,c,d;
- };
- #endif
Advertisement
Add Comment
Please, Sign In to add comment