Which three primitive data types will you use in this situation?
You are a developer for an Independent Software Vendor (ISV) and will be working with the X++ programming language and Microsoft Dynamics 365 for Finance and Operations.
Which three primitive data types will you use in this situation? Each correct answer presents a complete solution.
A . Float
B . Real
C . Short
D . AnyType
E . Boolean
Answer: BDE
Explanation:
Anytype C A placeholder for any data type.
Booleans C Can only contain the values false and true.
Dates C Contains day, month, and year.
Enums C An abbreviation for enumerated text C a set of literals.
GUIDs C A globally unique identifier.
Integers C A number without a decimal point. To declare an integer, use the keyword int.
Reals C Numbers with a decimal point; also called decimals.
Strings C A number of characters. To declare a string, use the keyword str.
TimeOfDay C Contains hours, minutes, and seconds. To declare a time, use the system type timeOfDay.
utcdatetime C Contains year, month, day, hour, minute and second.