Computer Science, asked by a502771, 7 months ago

5. Which among the following gives the next mathematical integer?
a. Math.floor()
O
b. Math.ceil()
c. Math.random()
O d. All of these​

Answers

Answered by Anonymous
2

Answer:

b) Math.ceil()

Explanation:

math.ceil(3.14)

4.0

Similar questions