197k views
1 vote
Which is the output of the formula =XOR(120<102;83=83;51<24)??

2 Answers

2 votes
The output of the formula will be TRUE because '83 = 83' is the only true expression of that three expressions present in the formula.
The output of the XOR function will be TRUE in case only one logical expression is true and FALSE otherwise.
User Second Son
by
6.1k points
2 votes

on plato the answer is TRUE

User Krishnaacharyaa
by
6.3k points