Computer Science, asked by udevi4470, 1 year ago

5
Find the value of each expression:
(a) Math.ceil(Math.PI)
(b) Math.floor(Math.PI/3)
(c) Math.round(Math.PI)

6. Given an expression
ax² +b/cx +d

Answers

Answered by mdnasitq
13

Answer:

a. 4.0

b. runtime error because we cannot divide this operand

c.3

a*x*x+b/c*x+d

Similar questions