Question: CREATING THE LOOP STATEMENT Do { Set If condition o if ($i -lt 10) Set Command when Condition is True {New-Item -path C: -name

CREATING THE LOOP STATEMENT Do { Set If condition o if ($i -lt 10) Set Command when Condition is True {New-Item -path C: -name $strprefix$intpad$i -type directory} Set Command when Condition is False o else {New-Item -path C: -name $streprefix$i -type directory} Set $i to increment by 1 o $i++ o Close the Do Statement using }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
