[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CMinusOperator
Its opposite operator is the plus operator, +.
The five mathematical operators are:
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CMinusOperator
(C) - operator
The minus operator is used to substract two values.double x = 1.5 - 0.6; int y = 8 - 4;
Its opposite operator is the plus operator, +.
The five mathematical operators are:
- +, plus operator
- -, minus operator
- *, multiply operator
- /, divide operator
- %, modulus operator
'Minus operator' links
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
