class IfTest{

public static void main(String[] args){

	System.out.println(new IfElseStatement().method(true));
	System.out.println(new IfElseStatement().method(false));
}

}