Break and Continue
Jun 7, 2023 · 2 min read · Break and Continue are the 2 keywords that are mostly used in loop statements. Break Statement As the name suggests Break keyword is used to break from the loop. Example 1 : Keep Entering the Number Until It is the multiple of 10. import java.util.Sc...
Join discussion
