Grade 8 Chap 5 Notes
Grade 8 Chap 5 Notes
Grade : 8
QI)NEW WORDS
1. Initialisation
2. Executing
3. Violating
4. Default keyword
5. Increment
6. Decrement
7. Transferred
8. Terminates
9. Iteration
3. What are jumping statements? Write the names of any two jumping
statements.
Ans: The control of the program needs to be transferred out of the loop body
even if all the values of the iterations of the loop have not
been completed. So jumping statements are used.
Break and Continue are two jumping statements in Java.