Inicio
/
Tecnología
/

Problemas

Which of the following are NOT boolean operators? OR AND [] 1 NOT II

Roztwór

Julián maestro · Tutor durante 5 años
Weryfikacja ekspertów
4.4 (284 Votos)

Respuesta

The correct answer is: []Explanation: Boolean operators are used to combine or negate boolean values in programming. The common boolean operators are AND, OR, and NOT. The options 1 and II are not boolean operators. The option [] is also not a boolean operator; it is used for indexing in many programming languages.