DEV Community

Cover image for programming operators
Roghaye Mohammadi
Roghaye Mohammadi

Posted on

programming operators

Imagine you are using a calculator.
You press buttons like +, -, *, /.
These buttons are called operators in programming!

Operators help the computer do things like:

1)Add numbers

2)Compare values

3)Make decisions

Arithmetic Operators (Math)

Comparison Operators (Check)

These operators ask a question and answer with True or False.

Logical Operators (And / Or / Not)

These are used to combine conditions:

Conclusion

Operators are like helpers in programming.
They calculate, check, and control what happens in the code.

If you know operators, you are one big step closer to becoming a programmer!✌🏻🔥

Top comments (0)