String expressions

What are the values of the following string expressions:

  1. "a" & "b"
  2. "a" + "b"
  3. "a"      &      "b"
  4. "a" & "     " & "b"
  5. "3 + 7"

Print the values and turn them in.