List of questions
Related questions
Question 170 - MB-500 discussion
A developer submits code for a quality assurance review. Several lines of code use the var data type.
You need to validate the segments tor the correct X++structure.
Which code statement will pass validation?
A.
var var1 = systemDateGet (); var1 = var1 ? today(); ''No today'';
B.
var var1 = true ? 10:''10''
C.
var var1 = true; var1 = true ? 10:falase;
D.
var var1 = (var1 >= false) ? true :10;
Your answer:
0 comments
Sorted by
Leave a comment first