What will be the output of the below CmdLet? $i = 1 do {Write-Host $i; $i++} while ($i-le 5) {Write-Host $i; $i++}
Reveal answer
Fill a bubble to check yourself
What will be the output of the below CmdLet? $i = 1 do {Write-Host $i; $i++} while ($i-le 5) {Write-Host $i; $i++}