public class Tester { public static void main(String[] args) { int result = 15; if ( 17 > result) result += 3 ; if (result > 17) result = 17 - 3; } }