Question

Which statement is true?
a) The do while iteration statement is an alternate notation for the while iteration statement; these statements function identically.
b) The do while iteration statement tests the loop-continuation condition before the loop body is performed.
c) The loop body of a correct do while iteration statement is always executed at least once.
d) The braces delineating the body of a do while statement are always required.

Answer

This answer is hidden. It contains 3 characters.