Programming (Year 12)
String Manipulation
What is the result of the expression 'Hello' + ' World'?
HelloWorld
Hello World
Hello + World
Error