c*)
Fill in the blanks using the given words.(option)
《ternary, if-else, break, else if , nested if 》
1.________is one of the decision-making statements which creates a true as well as false block of statements.
2.In the switch-case statement,
________is used to mark the end of each case block.
3.Conditional operator is also called_________operator as it operates on three operands.
4.__________is the conditional statement which allows to choose from the number of alternatives.
5. ________ statement is also called ladder-if-else statement.
Answers
Answered by
2
- if-else
- else if
- ternary
- nested if
- break
Answered by
8
Answer:
1. Not sure
2. break
3. Ternary
4. If else
5. If else
Similar questions