Microsoft
MB-820 · Question #31
You have a decimal variable named AmountLCY. You need to round up the variable to four decimal places. Which result value should you use? A. B. C. D.
Sign in or unlock MB-820 to reveal the answer and full explanation for question #31. The question stem and answer options stay visible for context.
Develop by using AL
Question
You have a decimal variable named AmountLCY. You need to round up the variable to four decimal places. Which result value should you use? A. B. C. D.
Options
- AResult := Round(AmountLCY, 4, '<')
- BResult := Round(AmountLCY, 0.0001, '>')
- CResult := Round(AmountLCY, 0.0001, '<')
- DResult := Round(AmountLCY, 0.0001, '>')
Unlock MB-820 to see the answer
You've previewed enough free MB-820 questions. Unlock MB-820 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#ROUND function#decimal#numeric operations#AL built-in functions