Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

Lab Work 1

Draw flow chart of while, do while and for loop

While loop:

True False
Condition

Loop Statement

Stop
Do-While:
Start
Start

True

Statement

False

Condition
for loop

Stop
False

True

You might also like