Best Tutorials website


Control Statements in Java

Control Statements in Java

A program is a group of statements that are executed to achieve a predetermined task. Statements in a program are generally executed in a sequential manner, which is called sequential execution or sequential control flow. However, by putting the decision-making statement in the program, the normal flow of the program can be controlled. Statements that control the flow of the program are called control statements.




Views: 883 | Rating star | by Donald




View this tutorial
Broken link Report broken link?