TOC PREV NEXT INDEX



Java Language statements


This option lets the Sourcerer create Java statements.

Conditional Statements

Conditional statements let the user specify code which will only happen if a certain condition is met. There are two types of conditional statements,

In both cases, the User must enter the statements which happen if the condition is true. A comment shows where this is appropriate.

Loop Statements

Loop statements let the Java program repeat certain portions of code in a controlled manner. There are several different types of loop statements available from the Sourcerer. Each one has its own advantages.


Data Representations, Inc.
http://www.datarepresentations.com
support@datarepresentations.com
sales@datarepresentations.com
TOC PREV NEXT INDEX