Short Answer
Which type of loop is used in the following commands from a PowerShell script?
PS> while($val -ne 7)
{
$val++
Write-Host $val
}
[ for | while | iterative | endless ]
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: Which relational operator would be used in
Q3: What are two advantages of scripts? (Choose
Q4: What command is used to create a
Q5: List one way a new technician could
Q6: Which scripting language would most likely have
Q8: Consider the following batch file commands:<br>set num1=7<br>set
Q9: Which part of a script is a
Q10: What is the purpose of the following
Q11: Which part of a script is not
Q12: The _ is the starting point for