Invitation to Computer Science 8th Edition

Published by Cengage Learning
ISBN 10: 1337561916
ISBN 13: 978-1-33756-191-4

Chapter 2 - Exercises - Page 87: 12

Answer

The loop has two conditions which have to be true at the same time. The first condition asks for Found to be $N O$ so it will be true for as long as the name is not found. Even if the name will not be found at all, the loop will be performed no more than 10000 times. This is guaranteed by the second condition that has to be satisfied: $(i \leq 10000)$

Work Step by Step

The loop has two conditions which have to be true at the same time. The first condition asks for Found to be $N O$ so it will be true for as long as the name is not found. Even if the name will not be found at all, the loop will be performed no more than 10000 times. This is guaranteed by the second condition that has to be satisfied: $(i \leq 10000)$
Update this answer!

You can help us out by revising, improving and updating this answer.

Update this answer

After you claim an answer you’ll have 24 hours to send in a draft. An editor will review the submission and either publish your submission or provide feedback.