Programming (Year 11)
String Manipulation
What is the output of the code: 'Hello' + 'World'?
HelloWorld
Hello World
Hello+World
'HelloWorld'