asked 104k views
1 vote
Which logical function reverses the value of a specified argument?

asked
User ItsPete
by
8.1k points

2 Answers

6 votes

Answer:

not

Step-by-step explanation:

works on plato

#platogang

answered
User Gamen
by
8.3k points
4 votes
NOT is the logical function that reverses the value of a specified argument. NOT returns the reversed logical value of its argument. I.e. If the argument is FALSE, then TRUE is returned and vice versa. The NOT function reverses the value of its argument. One common use for the NOT function is to expand the usefulness of other functions that perform logical tests.
answered
User VladP
by
7.6k points