Using this short tutorial, you are going to create a very simple
program called Hello World. It is a traditional beginner's
program that displays "Hello, world!" on the screen.
When you start a new flowchart, you will see two rounded
rectangles called "terminals". These symbols represent the beginning
and end of your program.
Many flowcharts display the text "start" in the top terminal.
Flowgorithm, however, uses the text "Main". Most programming
languages start with "Main" and Flowgorithm attempts to be
consistent.
|