PHP - Output and String Handling
Given the variables
$user = 'Alice' and $count = 5, which code correctly outputs: Hello Alice, you have 5 new messages. using string interpolation?