Computer Science, asked by neel5096, 3 months ago

double a = Math.ceil (4.2).​

Answers

Answered by himanshu2006vps
1

Answer:

the correct answer is 5.0

/**The Math.ceil() function always rounds a number up to the next largest integer.**/

Similar questions