Which two code segments achieve this goal?

You need to extract the last three characters from the string value of 122018 by using X++ code.
Which two code segments achieve this goal? Each correct answer presents a complete solution.
A. = substr(‘122018’, 0,3)
B. = substr(‘122018’, 4,3)
C. = substr(‘122018’, 6,-3)
D. = str2num(‘122018’, 3)
E. = str2num(‘122018’, -3)

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.