Computer Science, asked by zubairsyedm18, 4 months ago

float x = 42.35,y;

     y = ceil(x);

     What is the value of y?

Answers

Answered by jai696
4

The value of y is 43

Explanation:

ceil function always rounds a number up to the next largest integer.

\large\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Similar questions