6.7k views
22 votes
Question:

Draw flowchart diagram for the following
programs using loop.
A) A program that display number 1 to 202

1 Answer

8 votes

a = "203"

b = True

while 203 > a

make the rest of the code

.

User Kuncheria
by
4.8k points