Course Content
Flowgorithm Expressions
Flowgorithm Expressions
0/1
Debug Flowgorithm Flowchart
Debug Flowgorithm Flowchart
0/1
Flowgorithm Control Statements
Flowgorithm Control Statements
0/1
Flowgorithm Loops
Flowgorithm Loops
0/1
Flowgorithm For Loop
Flowgorithm For Loop
0/1
Flowgorithm While Loop
Flowgorithm While Loop
0/1
Flowgorithm Do Loop
Flowgorithm Do Loop
0/1
Flowgorithm Nested Loops
Flowgorithm Nested Loops
0/1
Export Flowgorithm Flowchart
Export Flowgorithm Flowchart
0/1
Flowgorithm Intermediate
About Lesson

Lab Activity 1

Use Flowgorithm software to design a flowchart that takes a user’s number and checks if it’s divisible by 2.

For example:
Test the flowchart with the following input test cases:

Test case 1: Odd Number

  • If the user enters the following number:
    73
  • Flowchart Output: The number 73 is NOT divisible by 2.

Test case 2: Even Number

  • If the user enters the following number:
    16
  • Flowchart Output: The number 16 is divisible by 2.