• 2022-06-07
    Which one of the following statements is correct?
    A: do statement cannot be replaced by the other iteration statements.
    B: do statement can only be terminated by break statement.
    C: do statement will be terminated when its controlling expression is non-zero.
    D: do statement will be terminated when its controlling expression is zero.