PowerShell - Operators
What will this PowerShell script output?
$value = 0
$output = $value ? 'Yes' : 'No'
Write-Output $output
$value = 0
$output = $value ? 'Yes' : 'No'
Write-Output $output
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions