Operators
Published Jul 23, 2021Updated Sep 9, 2021
Contribute to Docs
Arithmetic Operations
Emojicode supports arithmetic operators for:
➕
: addition➖
: subtraction✖️
: multiplication➗
: division🚮
: modulo (divides and gives the remainder)
For example:
4 ➕ 2 ➡️ score1 💭 scores1 is 64 ➖ 2 ➡️ score2 💭 scores2 is 24 ✖️ 2 ➡️ score3 💭 scores3 is 84 ➗ 2 ➡️ score4 💭 scores4 is 24 🚮 2 ➡️ score5 💭 scores5 is 0
Contribute to Docs
- Learn more about how to get involved.
- Edit this page on GitHub to fix an error or make an improvement.
- Submit feedback to let us know how we can improve Docs.
Learn Emojicode on Codecademy
- Career path
Computer Science
Looking for an introduction to the theory behind programming? Master Python while learning data structures, algorithms, and more!Includes 6 CoursesWith Professional CertificationBeginner Friendly75 hours - Free course
Learn Emojicode
🍇 Learn about Emojicode, a programming language that consists of emojis! 🍉Beginner Friendly1 hour