You already know addition (), subtraction (), multiplication (), and division (). These four operations form the foundation.
Most programming languages use , , , and symbols. For example, , , , and
But division has a twist. Sometimes you want the decimal result, sometimes just the whole number part. That difference matters for array indexing, splitting items into groups, and countless other tasks.