Save
...
Section 6 - Programming
Programming Basics
Casting and Operators
Save
Share
Learn
Content
Leaderboard
Learn
Created by
Wendy A
Visit profile
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
)