public class Tester { public static void main(String[] args) { int luckyNumber = 2; System.out.print(luckyNumber); } }