// La condition ci-dessous : if ((a != 1) || (b != 2)) { } // peut ĂȘtre remplacĂ©e par if ((a == 1) && (b == 2)) { }