Q:
You are working on a Microsoft Dynamics 365 finance and operations apps implementation. You need to implement a functionality that will allow the application to perform mathematical operations.
You need to identify the appropriate base types and operators in X++ that will allow the application to perform these operations.
Which should you use?
-
A
Use the int, real, and decimal base types and the &, |, ^ operators.
-
B
Use the string, char, and boolean base types and the &, |, ^ operators.
-
C
Use the string, char, and boolean base types and the +, -, *, / operators.
-
D
Use the int, real, and decimal base types and the +, -, *, / operators.
D