PowerShell - String Operations
What will be the output of this PowerShell code?
$text = @' Line1 Line2 Line3 '@ Write-Output $text
$text = @' Line1 Line2 Line3 '@ Write-Output $text
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions