Course Content
Flowgorithm Features
Flowgorithm Features
0/1
Flowgorithm User Interface
Flowgorithm User Interface
0/3
Flowgorithm Flowchart Shapes
Flowgorithm Flowchart Shapes
0/1
Flowgorithm Data Types
Flowgorithm Data Types
0/1
Flowgorithm Comments
Flowgorithm Comments
0/1
Flowgorithm Numbers
Flowgorithm Numbers
0/1
Flowgorithm Strings
Flowgorithm Strings
0/1
Flowgorithm File Format
Flowgorithm File Format
0/1
Flowgorithm Program Attributes
Flowgorithm Program Attributes
0/1
IPO Chart
IPO Chart ( Input, Process and Output Chart )
0/2
First Flowgorithm Flowchart
First Flowgorithm Flowchart
0/2
Add Two Numbers Flowchart
Add Two Numbers Flowchart
0/2
Flowgorithm Quiz
Flowgorithm Quiz
0/1
Flowgorithm Beginner Exercises
Flowgorithm Beginner Exercises
0/1
Flowgorithm Beginner Course
About Lesson

Hello World Flowchart

A common way to learn something new is to create a simple “Hello World” program with the programming language or tools we are learning. The “Hello World” Flowgorithm flowchart prints the “Hello World” message on the output console window.

Flowgorithm Flowchart

This tutorial is a step-by-step guide to creating a Hello World Flowgorithm Flowchart. 

Steps

The general steps to create the flowchart are as follows:

  • Launch Flowgorithm tool.
  • Add an Output symbol to the flowchart.
  • Double-click on the Output symbol.
  • Enter the “Hello, World!” text in the output expression textbox.
  • Click on the OK button.

 

Hello World Flowgorithm Flowchart

Save the flowchart

  • Choose from the menu File >> Save and Specify a name for the flowchart.
  • Alternatively, click on the floppy disk icon to save the flowchart.

 

Save Flowchart Windows

  • The Flowgorithm flowchart is saved with the .fprg file extension. It is a file with the flowchart information in XML structure.
  • Enter the name of the flowchart in the File name: text box. Click on the Save button.

Run the Flowchart

To run the flowchart, click on the green arrow icon. The “Hello, World! ” message should be displayed on the console window.

 

Hello World Flowgorithm Flowchart Output

 

That’s it.

Congratulations! We have successfully created a simple Flowgorithm flowchart in this tutorial.