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 Assign Statement

Overview

In this tutorial, we will learn about the Flowgorithm Assign statement. The Assign statement symbol is used to store the value into a variable. It is also used to calculate a value of the expression and store the result into a variable.

In Flowgorithm, we need to declare a variable beforehand in order to use it in the Assign statement. More information on the Declare symbol:

https://www.testingdocs.com/flowgorithm-declare-statement/

Assign Statement

The Assign symbol is a rectangle box. The primary use of the statement is to initialize the variable with a value or an expression.

Initially, the symbol appears in gray color when not used. When we initialize store a value into a variable, the symbol turns into pale yellow color.

 

Flowgorithm Assign Statement

Example

Double-click on the symbol to edit it. The symbol has two text boxes one on the right-hand side(RHS) and the other on the left-hand side(LHS).

Assign Declare Edit boxes Flowgorithm

LHS textbox: Specify the variable name.

RHS textbox: Specify the value to store or an expression that needs to be calculated and stored in the variable used in the LHS textbox.

 

Let’s store a value of 2.5 into the radius variable.

Specify the variable name: radius and the value 2.5 in the RHS text box.

Once done, click on the OK button.

Assign symbol textboxes Flowgorithm

The Assign symbol will now be displayed in pale yellow color.

radius = 2.5

Assign symbol store value Flowgorithm

—

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 Declare Statement› Flowgorithm Relational Operators

Recent Posts

  • Scaler Academy – An Online Learning Platform
  • Difference between PHP and JavaScript?
  • MS Access Data Types
  • Install RAPTOR Avalonia on CentOS
  • Download RAPTOR Avalonia Edition on Windows
  • npm doctor command
  • Build & Run CLion Project
  • Create New CLion C Project on Windows
  • Configure CLion Toolchains on Windows
  • Launch CLion IDE on Windows

Back to Top

Links

  • Contact
  • Privacy Policy
  • Cookie Policy

www.TestingDocs.com