String expressions
What are the values of the following string expressions:
"a" & "b"
"a" + "b"
"a" & "b"
"a" & " " & "b"
"3 + 7"
Print the values and turn them in.