asked 140k views
8 votes
Write an expression that evaluates to true if and only.

asked
User Nevett
by
7.7k points

1 Answer

12 votes

bool Answer(bool a, bool b, bool c)

(b != c);

this was made is c# as you were not very described in what language you needed

answered
User Sev
by
8.4k points

No related questions found