What will the following string be set to?

String message = 1 + 2 + " and " + 3 + 4;
"3 and 34"
  • "3 and 7"
  • "12 and 34"
  • "12 and 7"

There are no hints for this question