expand icon
book Programming Logic and Design, Introductory 7th Edition by Joyce Farrell cover

Programming Logic and Design, Introductory 7th Edition by Joyce Farrell

Edition 7ISBN: 1285225562
book Programming Logic and Design, Introductory 7th Edition by Joyce Farrell cover

Programming Logic and Design, Introductory 7th Edition by Joyce Farrell

Edition 7ISBN: 1285225562
Exercise 33

When a loop executes, the structure-controlling question is __________.

a. asked exactly once

b. never asked more than once

c. asked either before or after the loop body executes

d. asked only if it is true, and not asked if it is false

Step-by-step solution
Verified
like image
like image

Step 1 of 3

never tested more than once statement is used in the case of only the statement is executed once. if the condition satisfies the statement is executed that means it was not tested more than once that statement.

Hence, the option (b) is incorrect.


Step 2 of 3


Step 3 of 3

close menu
Programming Logic and Design, Introductory 7th Edition by Joyce Farrell
cross icon