الرجوع
تسجيل الدخول
int x = 5;
if (x = 5)
    System.out.println("Five");
else
    System.out.println("Not Five");

,