Unit 5 : Control Statements | Java Notes

Control Statements in Java Programming Java Selection Statement: Java’s program control statements can be organized into the following categories: Selection Statements Iteration Statements Jump Statements Selection statements allow our program to choose between different paths of execution. Iteration statements enable a section of code to be repeated. Jump statements directly transfer program control from one […]