PowerShell - Control Flow
What will be the output of this PowerShell script?
foreach ($num in 1..3) { Write-Output ($num * 2) }foreach ($num in 1..3) { Write-Output ($num * 2) }15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions