For this problem, you should write a very simple but complete class. The class represents a counter that counts up or down starting at 0.
It has three instance methods:
Write a complete definition for the class, Counter.
Finish your class before the timer runs out.