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

boolean x = true;

boolean y = false;

boolean z = true;

boolean result = x && y || z;