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)

Advertisement