I was solving some old exams of the first major exam in Java. I found this question which I don’t really understand why did they use Ceil method in it. Also the question says “Parentheses are not allowed” what do they exactly mean they are not allowed?
This is the question:

the notation
around 93/10*x is ceiling function. Check out wikipedia
EDIT:
ceiling is
floor is
See the difference?