//////////////////////////////Task11 ////////////////////////// Task11 '; //NOWDOC $message2 = <<<'NOWDOC' "Nowdoc syntax also allows you to build multi-line strings in PHP. However, no variable substitution takes place inside the nowdoc string. This is similar to single-quoted strings." NOWDOC; echo $message2; ?>