Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

Well done!

You have completed (UPI) Chapter 5: Assignment, Arithmetic, Relational, and Logical Operations!

Instruction

Arithmetic Operators

The basic arithmetic operations are addition, subtraction, multiplication, and division. Arithmetic is performed according to an order of operations.

An operator performs an action on one or more operands. The common arithmetic operators are:

Action Common Symbol
Addition +
Subtraction -
Multiplication *
Division /
Modulus (assoc...