PowerShell - Control Flow
Why does this
while loop cause an infinite loop?$i = 1
while ($i -le 3) {
Write-Output $i
}
while loop cause an infinite loop?$i = 1
while ($i -le 3) {
Write-Output $i
}
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions