Int()
This function rounds off the numnber to nearest integer less than the original number
Syntax:
= Int (Number)
Number = The number which is to be rounded off to nearest integer
Example:
- = Int (5.5) - result will be - 5.0
- = Int (5.0) - result will be - 5.0
- = Int (5.1) - result will be - 5.0
- = Int (5.9) - result will be - 5.0
0 comments:
Post a Comment