Int-func
This function returns the truncated integer of x.
int int( double x)
x
Returns the truncated integer of x.
int(7.9) = ; //should return 7