Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Arithmetic Operator

From Groundhog Learning
Revision as of 15:59, 21 October 2025 by Groundhog (talk | contribs) (Updated via bot)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Symbol used to perform math operations on numbers.

Details

🤖 Pseudocode

a + b   # addition
a - b   # subtraction
a * b   # multiplication
a / b   # division

Related Concepts

Related Actions