how to terminate a if block in if else in java code example
Example: exit an if statement java
continue; // skips the current itteration
break; // breaks the itteration
continue; // skips the current itteration
break; // breaks the itteration