Computer Science, asked by danyalxpleyer, 6 months ago

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 ghostbusters35
0

Answer:

The answer is round(X)

Answered by madeducators2
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