PowerShell - Operators
Identify the error in this PowerShell script:
$x = 8
$y = 2
$z = $x % $y
Write-Output $z
$x = 8
$y = 2
$z = $x % $y
Write-Output $z
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions