Search
Assign the string "Hello " to a variable named greeting. Concatenate it with "World" using a + operator and print it to the screen.
greeting
+