Multiple Choice
What is the output of the following program?
From math import *
A = 2.13b = 3.7777
C = -3.12
Print(int(a) , floor(b) , ceil(c) , fabs(c) )
A) 2 3 -4 3
B) 2 3 -3 3.12
C) 2 4 -3 3
D) 2 3 -4 3.12
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q34: Program code making use of a given
Q35: What is the output of the following
Q36: What is the output of the following
Q37: What is the output of the following
Q38: What is the output of the following?<br>Def
Q40: What is the length of sys.argv?<br>A)number of
Q41: What is the output of the following
Q42: What data type is the object below?<br>L
Q43: What is the output of the following
Q44: What is the output of the following?<br>Elements