You are on page 1of 3

Allysa Mae C.

Encomio January 21, 2023

BS Statistics 2-1

Activity
1. Create a flowchart that will add 10 and 20.

Start

Sum = 0

Enter 10, 20

Sum= 10 + 20

Print sum

Stop

2. Create a flowchart that will add 5 numbers.

Start

Sum = 0
count = 0

Enter n

Sum = sum + n
Count = count + 1
Is count <
5?
YES

NO

Print sum

Stop Yes

3. Create a flowchart that will print Hello World 10 times.

Start

Count = 0

Print
Hello World

Count = count + 1 YES

Is count <
10?

NO

Stop Yes
4. Create a flowchart on how to log in Facebook account.

Start

Enter
www.facebook.com

Facebook Home page

Enter Email and Log in error


Password

NO
Is Email and
Password,
correct?

Display Account

YES

Stop Yes

You might also like