Chapter 4 Quiz Starting Out With C++ 018

Which of the following is an important part of a while loop:

a. a statement or block that is repeated as long as the expression is true
b. a statement or block that is repeated only if the expression is false
c. one line of code that is repeated once, if the expression is true
d. a statement or block that is repeated once, if the expression is true

1 comment:

  1. a. a statement or block that is repeated as long as the expression is true

    ReplyDelete