113
Comments
  • 4
    Hint: it's a trick question.
  • 12
    a microphone named "what"?
  • 0
    Well clearly if it's a microphone built for Android the answer is True, else it's clearly built for Apple and false.
  • 1
    If you answer, the answer is true. If you don't, the answer is false.

    string question = "What is a microphone? ";
    string answer = null;

    if(answered)
    {
    answer = "a microphone is a teeny tiny cell phone.";
    }

    if(answer)
    {
    return true;
    }
    else
    {
    return false;
    }
  • 1
    Made me think of the old SNL Celebrity Jeopardy 😊
Add Comment