Operators | Use |
+ | Addition |
- | Subtraction |
* | Multiplication |
/ | Division |
% | Modulus |
++ | Increment |
-- | Decrement |
= | Assignment |
+= | Addition assignment |
-= | Subtraction assignment |
*= | Multiplication assignment |
/= | Division assignment |
%= | Modulus assignment |
- Click here to see a program using '%'
- Click here to see a program using '++'
- Click here to see a program using '--'
- Click here to see a program using '+='
- Click here to see a program using '-='
- Click here to see a program using '*='
- Click here to see a program using '/='
- Click here to see a program using '%='
No comments:
Post a Comment