What are the arithmetic operators available in the expression language?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What are the arithmetic operators available in the expression language?
Rating:
The arithmetic operators available in the expression language are as follows:
| | | |
| 1 | + | Addition |
| 2 | - | Subtraction |
| 3 | * (mul) | Multiplication |
| 4 | / (div) | Division |
| 5 | % (mod) | Remainder |
Rating:
Was this information helpful?
Other articles
- What is an attribute directive?
- What are the attributes of various standard actions?
- What is the getHeaders() method?
- What is the [] operator?
- Authentication
