Problemas
Which keyword is used in programming to determine an opposite result? 0000 And Or Is Not
Roztwór
Raúl
maestro · Tutor durante 5 años
4
(232 Votos)
Respuesta
The keyword used in programming to determine an opposite result is "Not". In many programming languages, "Not" is used as a logical operator to reverse the logical state of its operand. For example, if a condition is true, using "Not" will make it false, and vice versa.