In COBOL, the "ELSE" clause is executed when the condition in the "IF" statement is _____

  • FALSE
  • False or Undefined
  • TRUE
  • Undefined
The "ELSE" clause in COBOL is executed when the condition in the "IF" statement is False. If the condition is True, the statements following the "ELSE" clause are skipped. If the condition is False or Undefined, the "ELSE" clause is executed.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *