PowerShell - Operators
What will be the output of this PowerShell code?
$x = 5
if ($x -ne 5) { 'No' } else { 'Yes' }
$x = 5
if ($x -ne 5) { 'No' } else { 'Yes' }
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions