What will the following string be set to?
String message = 1 + 2 + " and " + 3 + 4;
There are no hints for this question