Give the output of the following functions:
() Math.ceil(3.4) + Math.pow(2,3)
(ii) Math.max(-6, -16)
(iii) Math.min(Math.floor(2.9), 2.5)
Answers
Answered by
1
(i) 12.0
(ii) module 'math' has no attribute 'max'
(iii) module 'math' has no attribute 'min'
Similar questions