Sign In
Computer Science for IGCSE & O level - Programming (Section 5 - No. 22)
What would be the output of the code: `PRINT "Hello" + "World"`?
Hello
World
HelloWorld
"Hello" + "World"
Explanation
String concatenation merges strings together.
Comments (0)
Login To Comment
Advertisement
Allow javascript to properly load this page