PowerShell - Variables and Data Types
Find the error in this PowerShell snippet:
$value = 10
$text = "Value is: $value*2"
Write-Output $text
$value = 10
$text = "Value is: $value*2"
Write-Output $text
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions