Microsoft
MB6-894 · Question #80
Your coding team is moving from the Peri programming language to X++ code, and you need to explain the key operations of the X++ language to junior programmers. Which operator decrements the current…
The correct answer is A. -=. https://docs.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/dev-ref/xpp-operators
Read and Write Basic X++
Question
Your coding team is moving from the Peri programming language to X++ code, and you need to explain the key operations of the X++ language to junior programmers. Which operator decrements the current value of the variable on the left by the expression on the right?
Options
- A-=
- B=
- C
- D--
How the community answered
(32 responses)- A72% (23)
- B9% (3)
- C16% (5)
- D3% (1)
Explanation
https://docs.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/dev-ref/xpp-operators
Topics
#X++ operators#arithmetic operators#variable assignment
Community Discussion
No community discussion yet for this question.