if((a+b)<=c || (b+c)<=a || (a+c)<=b){ System.out.println(TRIANGLE_DOES_NOT_EXIST); }else{ System.out.println(TRIANGLE_EXISTS); }