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

User Nevett
by
4.5k 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

User Sev
by
4.9k points