Programming (Year 12)
Strings
What is the output of the following code snippet: 'Hello' + 'World'?
Hello World
HelloWorld
Hello+World
Error
Next