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
تمرين 16

Which of the following is an indefinite loop?

a. a loop that executes exactly 10 times

b. a loop that follows a prompt that asks a user how many repetitions to make and uses the value to control the loop

c. both of the above

d. none of the above

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

الخطوة 1 من8

The loop that executes exactly 10 times, the loop is not an indefinite loop. Because the loop iterations already decided as 10 times. So, it is a definite loop.


الخطوة 2 من 8


الخطوة 3 من 8


الخطوة 4 من 8


الخطوة 5 من 8


الخطوة 6 من 8


الخطوة 7 من 8


الخطوة 8 من 8

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