Skip to content

Selection — IF and CASE

Handout

Making a decision

  • Selection means choosing what to do, based on a test.
  • An if runs its block only when the test is true.
  • The test gives a Boolean: True or False.

Handout

Log in or create account

IGCSE & A-Level