+ 1
Why to use maths operarators
we can use calculatetor instead
4 odpowiedzi
+ 4
Why use calculators. We can use abacus instead.
+ 3
Why study maths? Why you interested to programming? Why did you ask this question?
+ 2
Why you alive and make trouble when you can die and make peace instead 😊
0
Parag Thombare
When creating softwares, many times you need it to perform calculations ot its own.
Not only calculator programs should perform calculations.
The majority of programs do perform calculations.
For example, imagine trying to code a the Mario game.
Every time, the user gets a coin you have to add a coin
to a variable that stores the amount of coins the user have until know.
If you are taking track of the records of points, you may need to
compare the current points to the previous points the user got.
It is just an example. But you get the point.
Programs need a way to perform calculations.