Write an expression that evaluates to true if and only if the string variable equals the string "end". Suppose that the value of s were "friend". Then the value of your expression should be false. In the other hand, suppose that the value of s were "end". Then the value of your expression should be true.