When using the WHILE/WHILE-END and the REPEAT/UNTIL loops:

a. The conditional values do not need to be changed within the loop.
b. The conditional values must be changed within the loop.
c. The loop will automatically stop after a designated number of times.
d. a and c.
e. None of the above.

c. The loop will automatically stop after a designated number of times.

Computer Science & Information Technology

You might also like to view...

Which allows you to use a work for any purpose without obtaining permission?

a. Public domain b. Fair usec. Creative Commons

Computer Science & Information Technology

Which of the following is a valid identifier?

a. $343 b. class c. 9X d. 8+9 e. radius

Computer Science & Information Technology