Mathematical operators used in the programming language include:
- Minus operator: -
- Multiplication operator: *
- Division operator, /
- '++':
+ ++vNum: plusing 1 unit before use
+ vNum++: using before plusing 1 unit
- '--';
+ --vNum: minusing 1 unit before use
+ vNum--: using before minusing 1 unit
- '\': returns the integer part of the two-digit divisor
- '%': returns the remainder of the two-digit divisor
No comments:
Post a Comment