What feature do conditional functions inherently rely on?

(1 point)
formatting
logical operators
PEMDAS
order of operations

1 answer

Conditional functions inherently rely on logical operators. These functions evaluate conditions and return different results based on whether the conditions are true or false, using logical operators such as AND, OR, and NOT.