Control flow statements decide the order in which statements are executed, how many time it runs and in which order it runs in a Java program.
They help your program make decisions, repeat tasks, or jump to different parts of code.
Types
- Decision making Statements
- Looping Statements
- Jump Statements
Top comments (0)