PowerShell - Control Flow
What will be the output of the following PowerShell code?
for ($i=2; $i -le 4; $i++) { Write-Output ($i + 1) }What will be the output of the following PowerShell code?
for ($i=2; $i -le 4; $i++) { Write-Output ($i + 1) }15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions