Tutorio.com

Search


You are currently browsing for Programs Tutorials
| 1 |

Control Statements in Java Tutorial

Visit tutorial >>
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.

Control statements are used in programming languages to cause the flow of control to advance and branch based on changes to the state of a program.
Hits: 402
Categories
Tutorio.com. Privacy Policy, Contact