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

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

النسخة 7الرقم المعياري الدولي: 1285225562
book Programming Logic and Design, Introductory 7th Edition by Joyce Farrell cover

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

النسخة 7الرقم المعياري الدولي: 1285225562
تمرين 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

الحلول خطوة بخطوة
موثّق
like image
like image

الخطوة 1 من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.


الخطوة 2 من 3


الخطوة 3 من 3

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