class TickerDriver { public static void main(String[] args) { Ticker counter = new Ticker(); counter.countDownNT(3); counter.countDownRT(3); } }