Programming (Year 11)
String Manipulation
What is the output of the following code: print("Hello" + " World")?
Hello World
HelloWorld
Hello+World
Error
Next