• TestingDocs
TestingDocs.com
Software Testing website
  • Automation
    • Selenium
    • JBehave Framework
  • Tutorials
    • MySQL Tutorials
    • Testlink
    • Maven
    • Git
  • IDEs
    • IntelliJ IDEA
    • Eclipse
  • Flowcharts
    • Flowgorithm
    • Raptor
  • About

Flowgorithm

Flowchart Decisions in Flowgorithm

Flowgorithm

Overview

The If shape( diamond shape) is used to make decisions in a Flowgorithm flowchart. The If shape divides the flowchart control into two branches. One branch if the condition is True and the other branch if the condition is False.

The If symbol checks the expression and then executes one of the branches based on the conditional boolean expression. We can provide the conditional expression in the If diamond symbol.

If Shape

The If shape is also called as Control structure. We can control the program flow using this structure. The If shape evaluates the conditional boolean expression and based on the result one of the True or False branches is executed.

 

If shape Flowgorithm

To add the If shape left click or double-click on the flowchart arrow line. Choose the If shape. Double click on the If shape to provide the boolean expression.

Example

A student is considered to “Pass” if the score in a subject is >= 40. Else the student is considered as “Fail”.

Let’s design a simple flowchart based on the If control structure to ask for the student’s score and print the result. ( For simplicity, assume the input is within the interval [0,100]).

Steps to create:

  • Launch Flowgorithm Flowchart tool.
  • Declare a variable: score
  • Add an Output symbol for the user prompt.
  • Add an If Control shape.
  • Double click on the If shape and add the expression :
  • score >= 40

 

Boolean Expression in If

 

  • Add an Output statement to print: PASS in the True branch.
  • Add an Output statement to print: FAIL in the False branch.

 

 

If Example Flowchart

 

Sample Output

Execute the flowchart. Click on the green play button on the Toolbar.

 

If flowchart sample output

 

Flowgorithm Tutorials Link:

https://www.testingdocs.com/flowgorithm-flowchart-tutorial/

 

Related Posts

Print Triangle Pattern Flowchart

Flowgorithm /

Print Triangle Pattern Flowchart

Flowgorithm Breakpoint Symbol

Flowgorithm /

Flowgorithm Conditional Breakpoint Statement

File Read Declare Variables

Flowgorithm /

Flowgorithm Read Numbers from File Example

File Search Input File Flowgorithm

Flowgorithm /

Search Text File Flowchart Example

Flowgorithm Turtle Graphics Symbols

Flowgorithm /

Flowgorithm Turtle Graphics Symbols

‹ Flowgorithm Array Types› Flowgorithm Built-in Functions

Recent Posts

  • How to secure your SQL Database: Tips and Tricks
  • Shaping the Future of Development: Exploring Key Trends in Software Engineering
  • Improving Java Performance with Multithreading
  • Difference between PHP and JavaScript?
  • Bing Conversation Styles
  • ChatGPT Introduction
  • Open Source AI Frameworks
  • Artificial Intelligence Tools
  • Top AI Music Applications
  • Top AI Website Design Tools

Back to Top

Links

  • Contact
  • Privacy Policy
  • Cookie Policy

www.TestingDocs.com