Chapter 5.0

3
LOOPING STRUCTURES Chapter 5:

Transcript of Chapter 5.0

Page 1: Chapter 5.0

LOOPING STRUCTURES

Chapter 5:

Page 2: Chapter 5.0

Contents

Implementing while and do while Loop

Implementing for Loop

Implementing Nested Loop

Page 3: Chapter 5.0

Learning Goals

Know the principles used to design effective

selection & loops (next topic).

Improve algorithm design skills.