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

Flowgorithm

Flowgorithm Relational Operators

Overview

In this tutorial, we will learn about the Flowgorithm Relational operators. Relational operators are symbols that compare two operands and determine the relationship between them. These operators are also known as comparison operators.

Relational Operators

Flowgorithm supports C-like, BASIC-like, and Mathematics symbols. Some operators have redundant symbols.  The Flowgorithm Relational Operators are as follows:

 

Relational OperatorOperator SymbolDescription
Greater Than>a > b

Compares and returns true if variable a is greater than variable b.

Less Than<a < b

Compares and returns true if variable a is less than variable b.

Greater Than or Equal To>=,≥a >= b

Compares and returns true if variable a is greater than or equal to variable b.

Less Than or Equal To<=, ≤a <= b

Compares and returns true if variable a is less than or equal to variable b.

Equal To==, =a == b

Compares and returns true if variable a is equal to variable b.

Not Equal To!=, <>, ≠a != b

Compares and returns true if variable a is not equal to variable b.

We can build conditional expressions using these operators to control the flow of the flowchart, loop statements, etc.

Example

Sample flowchart to demo the relational operators

Flowgorithm Relational Operators

—

Flowgorithm Tutorials

Flowgorithm flowchart tutorials on this website:

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

Flowgorithm Website

For more information on the Flowgorithm tool, please visit the official website at:

http://flowgorithm.org/

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 Assign Statement› Flowgorithm Arithmetic Operators

Recent Posts

  • Install RAPTOR Avalonia on CentOS
  • Download RAPTOR Avalonia Edition on Windows
  • npm doctor command
  • Print Triangle Pattern Flowchart
  • RAPTOR Editions
  • Flowgorithm Conditional Breakpoint Statement
  • Flowgorithm Read Numbers from File Example
  • Search Text File Flowchart Example
  • Flowgorithm Turtle Graphics Symbols
  • Draw Circle using Flowgorithm Turtle

Back to Top

Links

  • Contact
  • Privacy Policy
  • Cookie Policy

www.TestingDocs.com

Go to mobile version