In an if-then-else structure, if the condition in the if statement is false, which of the following will happen:

the code inside the brackets in the else branch will run.
  • nothing
  • the code will proceed to the next line after the if-then-else structure.
  • the code inside the {} of the if statement will run.

There are no hints for this question