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