Page 1 of 1

Which is true about the ROUND, TRUNC and MOD functions?

Posted: Sun Jun 11, 2023 3:54 pm
by answerhappygod
Which is true about the ROUND, TRUNC and MOD functions?

A. TRUNC(MOD(25,3),-1) is invalid.
B. ROUND(MOD(25,3),-1) is invalid.
C. ROUND(MOD(25,3),-1) and TRUNC(MOD(25,3),-1) are both valid and give the same result.
D. ROUND(MOD(25,3),-1) and TRUNC(MOD(25,3),-1) are both valid but give different results.