PowerShell - Variables and Data Types
You want to create a greeting message that includes a user's name stored in
$userName and their age stored in $age. Which of the following PowerShell commands correctly uses string interpolation to produce: Hello, Alice! You are 30 years old.