Computer Science, asked by barnalisarkar89132, 5 months ago

write the value and type of each expression. i) Math. veil(6.002). ii) Math. max(-10,1.0);​

Answers

Answered by stranger0000
1

Answer :

Math.ceil(6.002) = 6 => int

Math. max(-10,1.0) = 1.0 => float

Similar questions