Advertisements
Advertisements
प्रश्न
Java, like all other programming languages uses some statements that allow us to check a condition and execute certain parts of a code depending on whether the condition is true or false. Such statements are called conditional statements. We can also use a conditional statement within another conditional statement. The inner conditional statement is executed only when the outer condition is true. The conditional statement can also be a multiple branching statement.
Based on the above discussion, answer the following questions:
- Which of the following is not a decision making statement?
- if-else
- if
- break
- if-else-if
- A conditional statement used within another conditional statement is known as ______.
- nested conditional statement
- embedded conditional statement
- accumulated conditional statement
- None of the above
- Which of the following is called as multiple branching statement?
- if and only if
- switch
- case
- pause
- Which of the following is not a component of multiple branching statement?
- break
- default
- case
- pause
संक्षेप में उत्तर
उत्तर
- iii. break
- i. nested conditional statement
- ii. switch
- iv. pause
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?