This is a Methos v1 and V2 with Mods
Attached Files
class Counter {
public:
void Count();
int ReadDisplay();
private:
int CurrentCount;
};




class Counter {
public:
void Count();
int ReadDisplay();
private:
int CurrentCount;
};



class Counter {
public:
void Count();
int ReadDisplay();
private:
int CurrentCount;
};



Comment