Skip to content

Numbers & operators

Handout

Two kinds of number

  • An integer (int) is a whole number, like 7 or -3.
  • A float is a number with a decimal point, like 2.5.
  • Division with / always gives a float, even 4 / 22.0.

Handout

Log in or create account

IGCSE & A-Level