Are the var++ and ++var operators even used in traditional maths or are they a programming-only thing? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
- 1

Are the var++ and ++var operators even used in traditional maths or are they a programming-only thing?

12th May 2022, 3:23 PM
Arsalan M.
1 Antwort
+ 1
++ is the "shortcut" for +1 that many programming languages use. You won't find it in your math textbook.
12th May 2022, 4:22 PM
Lisa
Lisa - avatar