Computer Science, asked by antonyjoeprince, 3 months ago

how relational operators and logical operators related to one another?​

Answers

Answered by andriyajenson1233
5

Explanation:

Relational operators compare values and return either TRUE or FALSE. Logical operators perform logical operations on TRUE and FALSE. Values used with a logical operator are converted into booleans prior to being evaluated. For numerical values, zero will be interpreted as FALSE, and other values will be TRUE.

Similar questions