Q39
What is the result of round(3.14159, 2) ?
A.
3.14
AnswerB.
3.15
C.
3.1
D.
3.141
Answer: Option A
Solution
Answer: Option A
Solution:
The round() function rounds a number to a specified number of decimal places.