public class BridgeConsole
extends java.lang.Object
This class provides a terminal console interface to the Bridge
Crossing problem.
Note that its function is entirely provided by the Console
class which is provided by the framework.
So you don't need the BridgeConsole class from the previous
assignment, and you don't have to add anything to this class.