True/False
When using a WHILE/WHILE-END instruction,if the condition is false before entering the loop,the loop instructions will still be processed one time.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: When using a REPEAT/UNTIL instruction:<br>A)The condition is
Q6: When using an automatic counter loop,the counter
Q7: An indicator:<br>A)Can be a conditional end to
Q8: In an automatic counter loop,the instructions are
Q9: The loop logic structure:<br>A)Allows decisions to be
Q11: Accumulating and counting a set of data
Q12: Incrementing is done by adding a variable
Q13: Brackets are used in the algorithm of
Q14: Automatic counter loops should be used only
Q15: The conditional test is made at the