Which of the following will produce a value of 22 if x=22.9?
1. ceil(x)
2. abs(x)
3. floor(x)
4. round(x)
5. rint(x)
Answers
Answered by
5
5. Rint (x) is the correct answer
Answered by
4
- The abs() function is an inbuilt function in PHP which is used to return the absolute (positive) value of a number. ... Return Value: It returns the absolute value of the number passed to it as argument.
:
Similar questions