Question: Consider the following loop: a. Is this loop a pre-test loop or a post-test loop? b. List the statements in the body of the loop.
Consider the following loop:

a. Is this loop a pre-test loop or a post-test loop?
b. List the statements in the body of the loop.
c. What is the test condition for this loop?
Declare Number As Integer Set Number = 2 While Number != 0 Write Number Set Number Number - 1 End While
Step by Step Solution
3.43 Rating (169 Votes )
There are 3 Steps involved in it
a Pretest b Write Number S... View full answer
Get step-by-step solutions from verified subject matter experts
