“behind” the flowchart. This is a great learning resource for budding programmers.
You can even create interactive programs that allow the user to input values for variables at runtime. Visual Logic is a terrific tool for grasping basic programming concepts such as variables, operators, expressions, branching, and looping. It is excellent preparation for more sophisticated programming with Visual Basic.NET. We hope you like it!
Install Visual Logic on your home PC by accepting all defaults in the installation wizard.
Then, put the CD away in a safe place.
Once installed, Visual Logic can be started in the usual way from the Windows Start menu. On the “splash screen” shown here, click on “Continue” to produce the starting flowchart. The starting flowchart displays a “Begin” and “End” symbol as shown. To create a flowchart, you add symbols between these starting symbols. Lesson One : Sample Visual Logic Program
( perform the actions that are in boldface )
Hover your mouse over the red arrow between the Begin and
End symbols. It will turn green, indicating that you can click on it to get a popup window. This popup window has the other symbols we will need to create programs.
Click on the green arrow and select the Output symbol.
This inserts the Output symbol into the flowchart as shown. The Output symbol produces output on the display screen. Next, we will specify what the program should output.
Double click on the Output symbol to get the
Output dialog box.
Output that consists of a text message must be enclosed in quotes. This is called a string.
The button in the lower left corner of the