For each of the following, write a single statement that performs the indicatedtask:
1. Compare the string in s1 to the string in s2 for equality of contents.
2. Append the string s2 to the string s1, using +=.
3. Determine the length of the string in s1.