PowerShell - Variables and Data Types
What will this PowerShell code output?
$a = $true
$b = $false
if ($a -or $b) { "Yes" } else { "No" }
$a = $true
$b = $false
if ($a -or $b) { "Yes" } else { "No" }
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions