Question: code should be written in java Declare a class CobboLock that works like the combination lock in a gym locker, as shown here. The lock
Declare a class CobboLock that works like the combination lock in a gym locker, as shown here. Declare a class CobboLock that works like the combination lock in a gym locker, as shown here. The lock is constructed with a combination-three numbers between 0 and 39. The reset method resets the dial so that it points to O. The turnLeft and trunRight methods turn the dial by a given number of ticks to the left or right. The open method attempts to open the lock. The lock opens if the user first turned it right to the first number in the combination, then left to the second, and then right to the third. Write a client program/code to thoroughly test the dlass. Take snapshots of your tests and include those with submission
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
