If a=-7.9 calculate the value of b and c:
b= Math. ceil(a);
c=Math.floor(a)
Answers
Answered by
0
Answer:
b= Math. ceil(a);
c=Math.floor
Answered by
3
a = -7.9
b = Math.ceil(a)
c = Math.floor(a)
The value of a and b will be -7.0 and -8.0 respectively.
Similar questions
Physics,
2 months ago
Math,
2 months ago
Physics,
2 months ago
Computer Science,
4 months ago
Math,
4 months ago
Computer Science,
11 months ago
Math,
11 months ago