SAP Certified Associate Back End Developer ABAP Cloud · Free Practice Question Medium
Question 8
You have a result field result with TYPE P LENGTH 3 DECIMALS 2. Which of the following statements leads to an exception?
-
A
result = 1 / 16.
-
B
result = EXACT #( 1 / 2 ).
-
C
result = EXACT #( 1 / 8 ).
-
D
result = 8 / 16.
Reveal correct answer
Correct answer: C
Explanation

Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
You must be logged in to post a comment.
