PowerShell - Operators
Identify the error in this PowerShell snippet:
if ($a -eq 5 -or $b = 10) { 'Yes' } else { 'No' }if ($a -eq 5 -or $b = 10) { 'Yes' } else { 'No' }15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions