Casting and Operators

Cards (8)

  • Casting is used to change data types.
  • Additon = +
  • Subtraction = - .
  • Multiplication = *
  • Division = /
  • Exponentiation (Power) = ^ or **
  • Modulus (Remainder) = MOD or %
  • Quotient (Division) = DIV (e.g. 20 DIV 3 = 6)