PowerShell - Operators
Find the error in this PowerShell snippet:
$a = 8
$b = 0
$c = $a / $b
Write-Output $c
$a = 8
$b = 0
$c = $a / $b
Write-Output $c
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions