Give the output of the following functions:
i) Math.max ( 11.6, 15.3)
ii) Math.sqxt ( 625)
Answers
Answered by
1
Answer:
Math.floor(-126.349)
Ans.
2. Math.max(45.6,17.3)
Ans.
3. Math.min(-0.0,0.0)
Ans
4. Math.pow(4,3)
Ans.
5. Math.sqrt(625)
Ans.
6. Math.cbrt(125)
Ans.
7. Math.max(11,11)
Ans.
8. Math.ceil(-12.56)
Ans.
9. Math.floor(15.36)
Ans.
10. Math.max(Math.min(757, 759), Math.pow(25,2))
Ans.
Explanation:
pls mark me as brainlist
Answered by
2
Answer:
i) 15.3
ii) 25
Explanation:
i) math.max() is a function which gives maximum of two numbers.
ii) math.sqrt() is a function which gives
square root of a given/specified number
Similar questions