We are given the function f(x) = [x], where [x] denotes the greatest integer less than or equal to x.
For x = -4.6, the greatest integer less than or equal to -4.6 is -5. So, f(-4.6) = -5.
For x = 2.7, the greatest integer less than or equal to 2.7 is 2. So, f(2.7) = 2.
The answer is -5, 2.