Vidyalelo
PHP · Q142

Operators And Expressions

Programming · PHP · question 142

Q142

The result of below two statements will be: Round(2.5) Round(-2.5)

A.
2.5, -2
B.
2, -2
C.
3, -3
Answer
D.
3.5, -3.5

Answer: Option C

Solution

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