PowerShell - Variables and Data Types
Why does this code output 'No'?
$x = 0
if ($x) { "Yes" } else { "No" }
$x = 0
if ($x) { "Yes" } else { "No" }
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions