الرجوع
تسجيل الدخول

 

int a = 10;
int b = 5;
boolean result = (a < b) &amp; (a++ > 5);
System.out.println(a);

,