class TestStackMap{ public static void main(String[] args){ IfElseStatement test = new IfElseStatement(); System.out.println(test.method(false)); } }