PowerShell - Scripting Best Practices
What is the output of this script?
$count = 3
for ($i=1; $i -le $count; $i++) {
Write-Output $i
}$count = 3
for ($i=1; $i -le $count; $i++) {
Write-Output $i
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions