Concatenating strings (cont'd)

We must find a way of fusing those two strings into a single String that we can pass to the say method for display.

Fusing two or more strings into a single String in computer programming jargon is concatenating strings.

The world provides a function named a+b that can be used for this purpose.