Programming (Year 11)
String Operations
What is the output of print('Hello' + 'World')?
Hello World
HelloWorld
Hello+World
Hello World!
Next