Computer Science, asked by kavyamishra777, 4 months ago

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 shreyashsuvigya
2
  1. if-else
  2. else if
  3. ternary
  4. nested if
  5. break
Answered by Anonymous
8

Answer:

1. Not sure

2. break

3. Ternary

4. If else

5. If else

Similar questions