PowerShell - Operators
What is the output of this PowerShell code?
$x = 15
$y = 4
$z = $x % $y
Write-Output $z
$x = 15
$y = 4
$z = $x % $y
Write-Output $z
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions