Vidyalelo
C# Programming · Q59

Miscellaneous in C Sharp

Programming · C# Programming · question 59

Q59

Which of these method returns a smallest whole number greater than or equal to variable X?

A.
double Ciel(double X)
Answer
B.
double Floor(double X)
C.
double Max(double X)
D.
double Min(double X)

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board