Which of the following statements about the while loop is not true?
Posted: Mon Nov 29, 2021 8:11 am
a. The while loop is a posttest loop.
b. Testing condition is made before each iteration.
c. The while loop statement must terminate with a semi-colon.
b. Testing condition is made before each iteration.
c. The while loop statement must terminate with a semi-colon.