Join Examsbook
347 0

Q:

What is it called when more than one if-statement is used together?

  • 1
    if-else statement
  • 2
    nested statement
  • 3
    more if statements
  • 4
    None of the above
  • Show AnswerHide Answer
  • Workspace

Answer : 2. "nested statement"
Explanation :

Certainly! A nested if statement refers to an if statement that is placed inside another if statement or other control structures. It allows for more specific conditions and complex decision-making in a program. The inner if statement is only executed if the outer if statement's condition is true.


Are you sure

  Report Error

Please Enter Message
Error Reported Successfully