Respuesta :

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

{

return (a != b) || (b != c);

}

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