which of the following will produce a value of 10 if x = 9.7
a. floor (x)
b.Abs (x)
c. round(x)
d.ceil(x)
Answers
Answered by
0
Answer:
The answer is round(X)
Answered by
0
Answer:
d. ceil(x)
Given:
output is 10 when x=9.7
Find:
Which function gives the value of 10
Explanation:
- ceil(x) function rounds the number to the nearest integer
Similar questions
Math,
4 months ago
Math,
4 months ago
Math,
4 months ago
Computer Science,
8 months ago
Math,
8 months ago
Computer Science,
11 months ago
Math,
11 months ago