Problem
(a) Design a Counter class, such that each Counter object is to be a counter (i.e., a nonnegative integer). Equip your class with operations to zero the counter, increment the counter, and inspect the counter.
(b) Implement your class. Use any suitable object-oriented language.