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

Add If Symbol

Follow the below steps to add the If symbol to the flowchart. The if symbol is added to make a decision. 

Right-click on the control line and choose the diamond shape If symbol under:

Statement >> Control >> If

This will add the If shape to the flowchart. You can add the If symbol when making the decision and alter the default control flow. Based on the decision, you can selectively execute the flowchart. 

Add Conditional Expression

The conditional expression is a boolean expression evaluated as True or False. To add the expression, double-click on the diamond if symbol. Specify the expression in the If properties box.

 

Flowgorithm If Properties