Predict the return data type of math.round()
Answers
Answered by
1
Answer:
integer or a whole number
Explanation:
Answered by
5
Answer:
This particular maths method returns
This particular maths method returns the rounded off (integer) form of a decimal number. It is similar to the abs function in programming.
For example,
Code-
x=math.round(3.6)
print(x)
Output-
4
Please mark as brainliest.
Similar questions
Biology,
4 months ago
Computer Science,
4 months ago
English,
4 months ago
Science,
9 months ago
Chemistry,
1 year ago