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