Answer & Solution
'
) allow variable interpolation, meaning that variables within the string will be replaced with their values. Therefore, the output of the code will be Hello, John!
, as the variable $name
will be replaced with its value 'John'
when the string is echoed.