PowerShell - Operators
What will be the output of this PowerShell code?
$value = 20
$value += 5
$value -= 3
Write-Output $value
$value = 20
$value += 5
$value -= 3
Write-Output $value
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions