Are the var++ and ++var operators even used in traditional maths or are they a programming-only thing? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
- 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 Réponse
+ 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