PowerShell - String Operations
What will be the output of this PowerShell code?
$name = "Bob" $text = @" Hello, $name! Welcome. "@ Write-Output $text
$name = "Bob" $text = @" Hello, $name! Welcome. "@ Write-Output $text
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions