Answer:
The correct answer is 2
Explanation:
The ceiling function is a python programming function that rounds a decimal point number to the nearest whole number.
Given the function expression f(1.5), the ceiling function will round 1.5 to the nearest whole number which is 2