PowerShell - Control Flow
Identify the error in this PowerShell code:
$count = 0
do
Write-Output $count
$count++
while ($count -lt 3)
$count = 0
do
Write-Output $count
$count++
while ($count -lt 3)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions