Computer Science, asked by gairikanag, 10 months ago

Give the output of the following expression
1) If X = -9.99, calculate math.abs(X)
2) If X = 9.0, calculate math.sqrt(X)

Answers

Answered by anupama777vidya
15

Answer:

math.abs() gives the absolute value

math.sqrt() gives the square root.

Output

9.99

3.0

Hope it helps you

Answered by AvinashSahu1396
1

Answer:

Give me accurate answer

Similar questions