9. What value will Math.sqrt(Math.ceil(8.1)) return?
Answers
Answered by
1
Answer:
The answer is from the Python language :
It returns answer - 3.0
Explanation:
import math
a = math.sqrt(math.ceil(8.1))
print (a)
Similar questions
Math,
2 months ago
Hindi,
2 months ago
Science,
4 months ago
English,
11 months ago
Social Sciences,
11 months ago