Variables must have strings in quotes; and C do this correctly.
Step 2: Concatenate variables with space and exclamation
uses dot operator to join strings with space and exclamation; tries to use double quotes with variables inside, which also works but is not in options.
Step 3: Check syntax errors in other options
misses quotes and concatenation; uses + which is invalid for strings in PHP.