PowerShell - Variables and Data Types
What will this PowerShell script output?
$x = 5 $y = 10 $z = $x + $y Write-Output $z
$x = 5 $y = 10 $z = $x + $y Write-Output $z
+ operator.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions