Computer Science
Related Questions
If a, b, c = 3, 4, 1 then what will be the value of math.sqrt(b)*a-c?
- 5.0
- 5
- 2
- 4.0
What is the value of x, if x = math.factorial(0) ?
- 1
- 0
- Error
- None of these
What value will be returned, if x = math.floor(-24.6) ?
- 24.6
- -24
- -25
- -24.6
What value will be displayed on executing the following arithmetic expression?
x = math.pow (0,-4)
- 1
- 16
- DomainError
- None of these