A$ = "Welcome to " B$ = "the world " C$ = "of programming." D$ = A$ + B$ + C$ Print D$