- a = 1, b = 2, c = 3, expression c > b! = a
- in order of precedence of the operator, > Take precedence over! =, calculate c > first; b, the expression is valid, that is, the result is 1
- and then 1! Is equal to a, which is equal to 1 factorial. = 1, where the condition is not true, the result is 0