PowerShell - Operators
What will be the output of this PowerShell code?
$count = 8
$count *= 3
$count /= 4
Write-Output $count
$count = 8
$count *= 3
$count /= 4
Write-Output $count
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions