For each loop, enter the number of times it will execute (if infinite, enter -999): Please enter just a number. a.  for(x = 15; x > 7; x--)      b.  for(y = 0; y <= 10; y++)      c.  for(z = 2; z > 5; z++)      d.  for(a = 3; a < 20; a = a + 5)      e.  for(b = 1000; b <= 1003; b--)      f.  for( ; ; )

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

For each loop, enter the number of times it will execute (if infinite, enter -999):
Please enter just a number.

a.  for(x = 15; x > 7; x--)     

b.  for(y = 0; y <= 10; y++)     

c.  for(z = 2; z > 5; z++)     

d.  for(a = 3; a < 20; a = a + 5)     

e.  for(b = 1000; b <= 1003; b--)     

f.  for( ; ; )     

Expert Solution
Introduction

Definite for loop :

The definite for loop statement runs for a certain number of times from starting to ending values with the increment or decrement statement.

For example, for ( initialization ; condition chekcing  ; increment /decrement )

Indefinite for loop or infinite loop :

The infinite loop runs for an infinite number of times. The for loop statement contains no initialization, no condition checking, and no incrementation or decrement statements. Then that for loop is called an infinite loop.

For example, for ( ; ;) is called infinite for loop.

steps

Step by step

Solved in 7 steps

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY